| { |
| "name": "OWTestButton", |
| "version": "0.0.1", |
| "summary": "一个测试用的公有库OWTestButton.", |
| "description": "OWTestButton 一个测试用的公有库\n一个测试用的公有库 一个测试用的公有库", |
| "homepage": "https://github.com/wickeywsc", |
| "license": "MIT", |
| "authors": { |
| "wickey": "wangwickey@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/wickeywsc/OWTestKit.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "OWTestButton", |
| "OWTestButton/Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.2.1" |
| ] |
| } |
| } |