| { |
| "name": "SmartUtil", |
| "version": "0.0.4", |
| "summary": "smart Utils for IOS Development!", |
| "homepage": "https://github.com/CoderHann/SmartUtil", |
| "license": "GNU", |
| "authors": { |
| "CoderHann": "hyt163mail@163.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/CoderHann/SmartUtil.git", |
| "tag": "0.0.4" |
| }, |
| "source_files": "SmartUtil/SmartUtil.h", |
| "frameworks": "UIKit", |
| "subspecs": [ |
| { |
| "name": "AClass", |
| "public_header_files": "SmartUtil/**/A*.h", |
| "source_files": "SmartUtil/**/A*.{h,m}" |
| }, |
| { |
| "name": "BClass", |
| "public_header_files": "SmartUtil/**/B*.h", |
| "source_files": "SmartUtil/**/B*.{h,m}" |
| }, |
| { |
| "name": "CClass", |
| "public_header_files": "SmartUtil/**/C*.h", |
| "source_files": "SmartUtil/**/C*.{h,m}" |
| } |
| ] |
| } |