| { |
| "name": "AJ_UIKit", |
| "version": "0.1.0", |
| "summary": "常用UI控件封装", |
| "description": "一些常用的UI控件封装, 支持Storyboard和纯代码", |
| "homepage": "https://github.com/AbooJan/AJ_UIKit", |
| "license": "MIT", |
| "authors": { |
| "AbooJan": "aboojaner@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/AbooJan/AJ_UIKit.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "AJ_UIKit/AJ_UIKit/Classes/*.swift", |
| "resources": "AJ_UIKit/AJ_UIKit/Classes/AJ_UIKit_Resource.bundle", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |