| { |
| "name": "WYUtils", |
| "version": "0.1.3", |
| "summary": "Some Utils For Myself.", |
| "description": "Basical Utils For Myself. Will not require for Auth of iOS. And will not use runtime for security.", |
| "homepage": "https://github.com/wyanassert/WYUtils", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "wyanassert": "wyanassert@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/wyanassert/WYUtils.git", |
| "tag": "0.1.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "WYUtils/Classes/**/*", |
| "public_header_files": "WYUtils/Classes/**/*.h" |
| } |