| { |
| "name": "Localizable", |
| "version": "0.1.0", |
| "summary": "Localizable.io SDK, manage your Localizable strings online", |
| "description": "Localizable.io is a SaaS for you to manage your localizable strings without the need\nto submit your app to the AppStore on every change", |
| "homepage": "https://github.com/localizable/ios-sdk", |
| "license": "MIT", |
| "authors": { |
| "Ivan Bruel": "ivan.bruel@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/localizable/ios-sdk.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/ivanbruel", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Pod/*.swift" |
| } |
| ] |
| } |