| { |
| "name": "HSCoreDataTools", |
| "version": "1.0.1", |
| "summary": "Some tools to help speed up development of CoreData backed apps.", |
| "homepage": "https://github.com/kronusdark/HSCoreDataTools", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Weston Hanners": "admin@hanners.us" |
| }, |
| "source": { |
| "git": "https://github.com/kronusdark/HSCoreDataTools.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "*.{h,m}", |
| "public_header_files": "*.h", |
| "frameworks": "CoreData" |
| } |