| { |
| "name": "AuthorizationManager", |
| "version": "1.1.1", |
| "summary": "Authorization Manager.", |
| "description": "A Easy Way to Manager Authorization", |
| "homepage": "https://github.com/silence0201/AuthorizationManager", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Silence": "374619540@qq.com" |
| }, |
| "social_media_url": "https://twitter.com/Silencee0201", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/silence0201/AuthorizationManager.git", |
| "tag": "1.1.1" |
| }, |
| "source_files": [ |
| "Authorization", |
| "Authorization/**/*.{h,m}" |
| ], |
| "exclude_files": "Authorization/Exclude", |
| "public_header_files": "Authorization/**/*.h", |
| "requires_arc": true |
| } |