{ | |
"name": "AppPermissions", | |
"version": "1.2.1", | |
"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.1" | |
}, | |
"source_files": [ | |
"Source/*.swift", | |
"Source/Resources/" | |
], | |
"requires_arc": true, | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"frameworks": "UIKit", | |
"platforms": { | |
"ios": "8.0" | |
} | |
} |