[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / 4 / 5 / 9 / TCMobileProvision / 1.0.0 / TCMobileProvision.podspec.json
blobf21a30ec300bc050bb8ec797a3e8cc4871d70200
2   "name": "TCMobileProvision",
3   "version": "1.0.0",
4   "license": "Apache 2.0",
5   "summary": "Accessing the embedded provisioning profile from iOS apps",
6   "homepage": "https://github.com/tcurdt/TCMobileProvision",
7   "authors": {
8     "Torsten Curdt": "tcurdt@vafer.org"
9   },
10   "source": {
11     "git": "https://github.com/tcurdt/TCMobileProvision.git",
12     "tag": "1.0.0"
13   },
14   "dependencies": {
15     "DTFoundation/DTASN1": [
16       "~>1.6"
17     ]
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": "Sources/iOS/*.{h,m}"
22   },
23   "platforms": {
24     "ios": "6.0"
25   }