[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / d / 4 / 8 / XYAppsFlyerKit / 1.0.0 / XYAppsFlyerKit.podspec.json
blobaf226fec07fc669b7a2689c45b325f0b764becaa
2   "name": "XYAppsFlyerKit",
3   "version": "1.0.0",
4   "summary": "AppsFlyer的适配层",
5   "homepage": "https://github.com/QuVideoDeveloper/XYAppsFlyerKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Frenzy": "jialu.feng@quvideo.com"
12   },
13   "source": {
14     "git": "https://github.com/QuVideoDeveloper/XYAppsFlyerKit.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "source_files": "XYAppsFlyerKit/Classes/**/*",
27   "dependencies": {
28     "AppsFlyerFramework": [
29       "~>6.2.2"
30     ],
31     "XYCategory": [
33     ]
34   }