[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / f / e / Permit / 1.0.0 / Permit.podspec.json
blob0a92b88c175a11076ccafdd9d9805e3189dc6b6e
2   "name": "Permit",
3   "version": "1.0.0",
4   "summary": "A framework build to hide away complexities of device permissions in an elegant way.",
5   "homepage": "https://github.com/PhonePe/Permit",
6   "source": {
7     "git": "https://github.com/PhonePe/Permit.git",
8     "tag": "1.0.0"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "PhonePe": "ios-support@phonepe.com"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "description": "PhonePe Permit permissions framework",
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}",
24     "Permit/**/*.{swift,h,m}"
25   ],
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "Tests/*.{swift}"
31     }
32   ]