| { |
| "name": "repositoryDemo", |
| "version": "0.0.1", |
| "summary": "A short description of repositoryDemo.", |
| "description": "a repository demo", |
| "homepage": "https://github.com/xiaowu2016/repositoryDemo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zhangchao": "942777491@qq.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/xiaowu2016/repositoryDemo.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "repositoryDemo/Other/**/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.0.0" |
| ] |
| } |
| } |