Smartling / ios-i18n

The ios-i18n library provides seamless integration of plurals into iOS 6 apps.
http://www.smartling.com
Apache License 2.0
205 stars 41 forks source link

Added 'foundation' import #18

Closed belkevich closed 9 years ago

belkevich commented 9 years ago

Hi! I've installed smartling-i18n with cocoapods. And now I unable to build my project. It's because my project doesn't use pch-file with Foundation import. (last XCode project templates doesn't use them neither). So, I've added #import <Foundation/Foundation.h> to SLLocalization.h.