| { |
| "name": "SLCFunc", |
| "version": "0.1.1", |
| "summary": "SLCFunc is a tool which is for using UIKit.", |
| "homepage": "https://github.com/WeiKunChao/SLCFunc.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "WeiKunChao": "17736289336@163.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/WeiKunChao/SLCFunc.git", |
| "tag": "0.1.1" |
| }, |
| "source_files": "SLCFunc/**/*.{h,m}", |
| "public_header_files": "SLCFunc/**/*.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |