[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / 0 / ACPGriffon / 1.1.2 / ACPGriffon.podspec.json
blob646106b7922139ea7bf9e30179f34b2e6c4c3183
2   "name": "ACPGriffon",
3   "version": "1.1.2",
4   "summary": "Project Griffon SDK for Adobe Experience Cloud. Written and maintained by Adobe.",
5   "description": "The Project Griffon SDK provides APIs that allow use of the Project Griffon product in conjunction with the Adobe Experience Cloud solutions.",
6   "homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
7   "license": {
8     "type": "Commercial",
9     "text": "Adobe.  All Rights Reserved."
10   },
11   "authors": "Adobe Mobile SDK Team",
12   "source": {
13     "git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
14     "tag": "v1.1.2-ACPGriffon"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "static_framework": true,
21   "default_subspecs": "iOS",
22   "dependencies": {
23     "ACPCore": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "iOS",
30       "vendored_libraries": "libACPGriffon_iOS.a",
31       "source_files": [
32         "include/*.h",
33         "include/*.m"
34       ],
35       "frameworks": [
36         "UIKit",
37         "SystemConfiguration"
38       ],
39       "libraries": [
40         "c++",
41         "z"
42       ]
43     }
44   ]