[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / e / 3 / PAPermissions / 0.9.6 / PAPermissions.podspec.json
blob9e357108a7d0277f51680d13af58b4d80cf05efe
2   "name": "PAPermissions",
3   "version": "0.9.6",
4   "summary": "A unified API to ask for permissions on iOS.",
5   "homepage": "https://github.com/pascalbros/PAPermissions",
6   "license": "MIT",
7   "authors": {
8     "Pasquale Ambrosini": "pasquale.ambrosini@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pascalbros/PAPermissions.git",
12     "tag": "0.9.6"
13   },
14   "social_media_url": "https://twitter.com/PascalAmbro",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "PAPermissions/Classes/**/*.{swift}",
20   "resources": "PAPermissions/Assets/**/*",
21   "ios": {
22     "frameworks": [
23       "AVFoundation",
24       "CoreLocation",
25       "CoreBluetooth",
26       "CoreMotion",
27       "Photos"
28     ]
29   }