{ | |
"name": "JoshuaLib", | |
"version": "1.0.1", | |
"summary": "MyLib.", | |
"description": "this Joshua first lib", | |
"homepage": "https://coding.net/u/Joshua6/p/MyLib/git", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Joshua": "G1King@163.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://git.coding.net/Joshua6/MyLib.git", | |
"tag": "1.0.1" | |
}, | |
"source_files": "Classes/**/*.{h,m}", | |
"exclude_files": "Classes/Exclude", | |
"public_header_files": "Classes/*.h", | |
"requires_arc": true | |
} |