| { |
| "name": "JYObjectModule", |
| "version": "0.0.19", |
| "summary": "A module of models definition.", |
| "description": "A module of models definition on iOS platform for jiangyou tec. only.", |
| "homepage": "https://github.com/jiangtour/JYObjectModule", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "aiXing": "862099730@qq.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/jiangtour/JYObjectModule.git", |
| "tag": "0.0.19" |
| }, |
| "source_files": [ |
| "JYObjectModule/Models/*.{h,m}", |
| "JYObjectModule/Models/Normal/*.{h,m}", |
| "JYObjectModule/Models/Storage/*.{h,m}" |
| ], |
| "frameworks": "Foundation", |
| "requires_arc": true, |
| "dependencies": { |
| "Realm": [ |
| |
| ], |
| "MJExtension": [ |
| |
| ], |
| "SDWebImage": [ |
| |
| ], |
| "CocoaSecurity": [ |
| |
| ], |
| "UICKeyChainStore": [ |
| |
| ] |
| } |
| } |