| { | |
| "name": "DSCocoaKit", | |
| "summary": "A collection of iOS components.", | |
| "version": "0.0.2", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "滚龙": "dragonsun7@163.com" | |
| }, | |
| "homepage": "https://github.com/dragonsun7/DSCocoaKit", | |
| "platforms": { | |
| "ios": "10.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/dragonsun7/DSCocoaKit.git", | |
| "tag": "0.0.2" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "DSCocoaKit/**/*.{h,m}", | |
| "public_header_files": "DSCocoaKit/**/*.{h}" | |
| } |