| { |
| "name": "CocoaDeveloperKit", |
| "version": "0.0.13", |
| "summary": "CocoaDeveloperKit is a collection of useful classes, categories and wrappers that make iOS development easier and more efficient.", |
| "description": "'CocoaDeveloperKit' is a collection of useful classes, categories and wrappers that make iOS development easier and more efficient.\n", |
| "homepage": "https://github.com/miken01/CocoaDeveloperKit", |
| "license": "MIT", |
| "authors": { |
| "Mike Neill": "michael_neill@me.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/miken01/CocoaDeveloperKit.git", |
| "tag": "0.0.13" |
| }, |
| "public_header_files": "CocoaDeveloperKit/**/*.h", |
| "source_files": "CocoaDeveloperKit/**/*.{h,m}", |
| "requires_arc": true, |
| "ios": { |
| "frameworks": [ |
| "SystemConfiguration", |
| "Security", |
| "CoreData", |
| "UIKit", |
| "Foundation" |
| ] |
| } |
| } |