| { |
| "name": "HFWK", |
| "version": "1.0.0", |
| "summary": "Helloframework description.", |
| "description": "Helloframework description aaa dddd.", |
| "homepage": "https://github.com/buttonTouch/helloworld.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "WY": "18824676521@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/buttonTouch/helloworld.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "HelloFramework.framework/Headers/*.{h}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |