| { |
| "name": "PUtil", |
| "version": "0.2", |
| "summary": "A ToolBox From Pai.", |
| "homepage": "https://github.com/pengpaiGuo/PUtil", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "pengpaiGuo": "pengpaiguo@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/pengpaiGuo/PUtil.git", |
| "tag": "0.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "PUtil/Classes/*.h", |
| "subspecs": [ |
| { |
| "name": "Extensions", |
| "source_files": "PUtil/Classes/Extensions/*.{h,m}" |
| }, |
| { |
| "name": "first", |
| "source_files": "PUtil/Classes/first/*.{h,m}" |
| }, |
| { |
| "name": "second", |
| "source_files": "PUtil/Classes/first/*.{h,m}" |
| }, |
| { |
| "name": "third", |
| "source_files": "PUtil/Classes/first/*.{h,m}" |
| } |
| ] |
| } |