[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / AIRexLib / 2.3.1 / AIRexLib.podspec.json
blobef3749ba3003f6f87617aa9543cc852fb763b574
2   "name": "AIRexLib",
3   "version": "2.3.1",
4   "summary": "iOS Sdk helps you to track user events in your app and display notifications",
5   "homepage": "https://www.appier.com/en/index.html",
6   "documentation_url": "https://docs.aiqua.appier.com/docs",
7   "license": {
8     "type": "MIT",
9     "file": "Classes/LICENSE"
10   },
11   "authors": {
12     "appier": "rex.chen@appier.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/chunta/HeyRexLib.git",
19     "tag": "v2.3.1"
20   },
21   "default_subspecs": "ios-sdk",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "ios-sdk",
26       "libraries": "z",
27       "ios": {
28         "vendored_frameworks": "Appier.framework"
29       },
30       "frameworks": [
31         "AdSupport",
32         "CoreTelephony",
33         "SystemConfiguration",
34         "CoreLocation",
35         "ImageIO",
36         "MobileCoreServices"
37       ]
38     }
39   ]