| { |
| "name": "CoreDataLite", |
| "version": "1.0.1", |
| "summary": "Coredata boiler plate code.", |
| "description": "Coredata boilerplate code.", |
| "homepage": "https://github.com/Flipkart/CoreDataLite.git", |
| "license": "MIT", |
| "authors": { |
| "prabodhprakash": "prabodh.prakash@flipkart.com" |
| }, |
| "social_media_url": "http://twitter.com/prabodhprakash", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/Flipkart/CoreDataLite.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": [ |
| "classes", |
| "lib/classes/**/*.{h,m}" |
| ], |
| "exclude_files": "lib/classes/exclude" |
| } |