[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / c / 4 / PatchSDK / 1.0.0 / PatchSDK.podspec.json
blob277cb5df70bed0e46e6e0aa7698af33591593d59
2   "name": "PatchSDK",
3   "version": "1.0.0",
4   "summary": "A framework to check the size of patch framework",
5   "description": "A framework to check the size of patch framework along with pjsua, callkit, pushkit",
6   "homepage": "https://github.com/sanyamjain65/PatchSDK",
7   "license": "MIT",
8   "authors": {
9     "sanyam": "sanyam.j65@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/sanyamjain65/PatchSDK.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "PatchSDK/**/*",
19   "static_framework": true,
20   "dependencies": {
21     "Alamofire": [
23     ]
24   },
25   "private_header_files": "PatchSDK/**/*.h",
26   "frameworks": [
27     "CallKit",
28     "PushKit"
29   ],
30   "subspecs": [
31     {
32       "name": "pjsip-ios",
33       "dependencies": {
34         "pjsip-ios": [
35           "~> 0.1.3"
36         ]
37       },
38       "xcconfig": {
39         "USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/pjsip-ios/Pod/pjsip-include/**/*.h"
40       },
41       "pod_target_xcconfig": {
42         "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
43       }
44     }
45   ]