| { | |
| "name": "SMXObject", | |
| "version": "1.2", | |
| "summary": "NSObject subclass for doing interesting things.", | |
| "homepage": "https://github.com/simonmaddox/SMXObject", | |
| "license": "MIT", | |
| "authors": { | |
| "Simon Maddox": "simon@simonmaddox.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/simonmaddox/SMXObject.git", | |
| "tag": "1.2" | |
| }, | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "source_files": "SMXObject/SMXObject.{h,m}", | |
| "requires_arc": false | |
| } |