| { |
| "name": "Tr8n", |
| "version": "0.1.2", |
| "summary": "A powerful and flexible translation framework for Objective C.", |
| "homepage": "https://tr8nhub.com", |
| "license": "MIT", |
| "authors": { |
| "Michael Berkovich": "michael@tr8nhub.com" |
| }, |
| "source": { |
| "git": "https://github.com/tr8n/tr8n_objc_clientsdk.git", |
| "tag": "0.1.2" |
| }, |
| "social_media_url": "https://twitter.com/tr8nhub", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes", |
| "ios": { |
| "exclude_files": "Classes/osx" |
| }, |
| "osx": { |
| "exclude_files": "Classes/ios" |
| }, |
| "public_header_files": "Classes/**/*.h", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.0.3" |
| ], |
| "MPColorTools": [ |
| "~> 1.4.1" |
| ], |
| "MBProgressHUD": [ |
| "~> 0.8" |
| ] |
| } |
| } |