| { |
| "name": "RosettaStoneKit", |
| "version": "1.0.1", |
| "summary": "Magical Object Mapping framework for iOS/OS X", |
| "description": " RosettaStoneKit is a magical Object Mapping framework.\n It converts dictionaries and arrays of data into instances of any classes.\n It can also convert your custom objects into dictionaries and arrays.\n", |
| "homepage": "http://endoze.github.io/RosettaStoneKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Chris": "chris@wideeyelabs.com" |
| }, |
| "social_media_url": "https://twitter.com/endozemedia", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10" |
| }, |
| "source": { |
| "git": "https://github.com/endoze/RosettaStoneKit.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": [ |
| "Common", |
| "Common/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |