[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 9 / 0 / ACPGriffon / 1.1.2 / ACPGriffon.podspec.json
blob664cc102ed3f6d82394b51a8b4d1ed1f2abe1ebf
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   "deprecated_in_favor_of": "AEPAssurance",
28   "subspecs": [
29     {
30       "name": "iOS",
31       "vendored_libraries": "libACPGriffon_iOS.a",
32       "source_files": [
33         "include/*.h",
34         "include/*.m"
35       ],
36       "frameworks": [
37         "UIKit",
38         "SystemConfiguration"
39       ],
40       "libraries": [
41         "c++",
42         "z"
43       ]
44     }
45   ]