| { |
| "name": "KCModel", |
| "summary": "Personal model framework for iOS.", |
| "version": "1.0.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "koce": "koce.zhao@gmail.com" |
| }, |
| "social_media_url": "http://www.jianshu.com/u/083bd990bfe2", |
| "homepage": "https://github.com/koce/KCModel", |
| "platforms": { |
| "ios": "7.0", |
| "watchos": "2.0" |
| }, |
| "source": { |
| "git": "https://github.com/koce/KCModel.git", |
| "tag": "1.0.0" |
| }, |
| "requires_arc": true, |
| "source_files": "KCModel/*.{h,m}", |
| "public_header_files": "KCModel/*.{h}", |
| "frameworks": [ |
| "Foundation", |
| "CoreFoundation" |
| ] |
| } |