| { |
| "name": "XCLogLib", |
| "version": "1.0.0", |
| "summary": "XCLogLib test demo", |
| "description": "A Test XCLogLib Demo. where you can put your description.", |
| "homepage": "https://github.com/xiaocai33/XCLogLib", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Cai Tengyuan": "tycai1@baidu.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/xiaocai33/XCLogLib.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "XCLogLib", |
| "XCLogLib/**/*.{h}" |
| ], |
| "vendored_libraries": "*/libXCLogStaticDemo.a", |
| "requires_arc": true |
| } |