| { |
| "name": "ConanLib", |
| "version": "0.1.3", |
| "summary": "ConanLib.", |
| "description": "To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.", |
| "homepage": "https://github.com/kenan0620/ConanLib", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "kenan0620": "houkenan0620@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/kenan0620/ConanLib.git", |
| "tag": "0.1.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "ConanLib/*.h", |
| "vendored_libraries": "ConanLib/*.a" |
| } |