[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 4 / PatchSDK / 1.0.1 / PatchSDK.podspec.json
blob588ff520e34ab7af07458be395d81f90699b8cc6
2   "name": "PatchSDK",
3   "version": "1.0.1",
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.1"
17   },
18   "source_files": "PatchSDK/**/*",
19   "static_framework": true,
20   "private_header_files": "PatchSDK/**/*.h",
21   "frameworks": [
22     "CallKit",
23     "PushKit"
24   ],
25   "subspecs": [
26     {
27       "name": "pjsip-ios",
28       "dependencies": {
29         "pjsip-ios": [
30           "~> 0.1.3"
31         ]
32       },
33       "xcconfig": {
34         "USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/pjsip-ios/Pod/pjsip-include/**/*.h"
35       },
36       "pod_target_xcconfig": {
37         "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
38       }
39     }
40   ]