| { |
| "name": "AppPermissions", |
| "version": "1.2.3", |
| "summary": "Swift library for application permissions.", |
| "homepage": "https://github.com/DigitalExpansion/AppPermissions", |
| "authors": { |
| "Digital Expansion": "de@ad1.ru" |
| }, |
| "source": { |
| "git": "https://github.com/DigitalExpansion/AppPermissions.git", |
| "tag": "v1.2.3" |
| }, |
| "source_files": "Source/*.swift", |
| "resources": "Source/ap_icons.xcassets", |
| "requires_arc": true, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "frameworks": "UIKit", |
| "platforms": { |
| "ios": "8.0" |
| } |
| } |