| { | |
| "name": "SPXLayout", | |
| "version": "1.0.0", | |
| "summary": "My attempt at dealing with AutoLayout programmatically.", | |
| "homepage": "https://github.com/shaps80/SPXLayout", | |
| "license": "MIT", | |
| "authors": { | |
| "Shaps Mohsenin": "shapsuk@me.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/shaps80/SPXLayout.git", | |
| "tag": "1.0.0" | |
| }, | |
| "social_media_url": "https://twitter.com/shaps", | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes/**/*.{h,m}" | |
| } |