| { |
| "name": "CICKit", |
| "version": "0.0.3.4", |
| "summary": "CIComponentKit-Objc, a component kit made by ManoBoo & NEWWORLD", |
| "description": "CIComponentKit-Objc, a component kit made by ManoBoo & NEWWORLD, issue to us", |
| "homepage": "https://github.com/CodeInventorGroup/CICKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sytnewworld": "sytnewworld@gmail.com", |
| "ManoBoo": "manoboo@icloud.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/CodeInventorGroup/CICKit.git", |
| "tag": "0.0.3.4" |
| }, |
| "source_files": [ |
| "CIComponentKit", |
| "CIComponentKit/**/*.{h,m}" |
| ], |
| "resource_bundles": { |
| "CIComponentKit": [ |
| "CIComponentKit/Resources/*.png" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "SDWebImage": [ |
| |
| ] |
| } |
| } |