| { |
| "name": "NSDate-Extension", |
| "version": "0.0.1", |
| "summary": "Use NSDate-Extension to handle NSDate objects easily.", |
| "homepage": "https://github.com/alexruperez/NSDate-Extension", |
| "screenshots": "https://raw.githubusercontent.com/alexruperez/NSDate-Extension/master/Example.png", |
| "license": "MIT", |
| "authors": { |
| "alexruperez": "contact@alexruperez.com" |
| }, |
| "social_media_url": "https://twitter.com/alexruperez", |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/alexruperez/NSDate-Extension.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "NSDate-Extension", |
| "NSDate-Extension Example/NSDate-Extension/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |