| { |
| "name": "CTLib", |
| "version": "2.3.4", |
| "summary": "CTLib Test demo添加Controller", |
| "description": "An optional longer description of CTLib\nhttps://github.com/<GITHUB_USERNAME>/CTLib", |
| "homepage": "https://github.com/liaohengjie/CTLib", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "廖幸杰": "584566770@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/liaohengjie/CTLib.git", |
| "tag": "2.3.4" |
| }, |
| "resources": "CTLibTest.bundle", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "CTLib/Classes/**/*.{h,m}", |
| "public_header_files": [ |
| "CTLib/Classes/CTLibViewController.h", |
| "CTLib/Classes/CTModel.h" |
| ] |
| } |