| { | |
| "name": "ADCExtensions", | |
| "version": "1.1.0", | |
| "summary": "ADCExtensions is a collection of useful categories for Cocoa objects.", | |
| "homepage": "https://github.com/adeca/ADCExtensions", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "authors": { | |
| "Agustin de Cabrera": "agustindc@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/adeca/ADCExtensions.git", | |
| "tag": "1.1.0" | |
| }, | |
| "source_files": [ | |
| "ADCExtensions", | |
| "ADCExtensions/**/*.{h,m}" | |
| ], | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "6.1" | |
| } | |
| } |