[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / 9 / 0 / ACPGriffon / 1.0.1 / ACPGriffon.podspec.json
blob87c27725e74a3f5036e44fce7574f56271a28538
2   "name": "ACPGriffon",
3   "version": "1.0.1",
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.0.1-ACPGriffon"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "iOS",
21   "dependencies": {
22     "ACPCore": [
24     ]
25   },
26   "deprecated_in_favor_of": "AEPAssurance",
27   "subspecs": [
28     {
29       "name": "iOS",
30       "vendored_libraries": "libACPGriffon_iOS.a",
31       "source_files": "include/*.h",
32       "frameworks": [
33         "UIKit",
34         "SystemConfiguration"
35       ],
36       "libraries": [
37         "c++",
38         "z"
39       ]
40     }
41   ]