[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 7 / c / ReYunTrackingIO / 1.7.1.1 / ReYunTrackingIO.podspec.json
bloba1374fad32aacf12bd73b1c45d8e981cfccb1abb
2   "name": "ReYunTrackingIO",
3   "version": "1.7.1.1",
4   "summary": "Official ReYun Tracking SDK for iOS",
5   "homepage": "https://www.reyun.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "feiyang": "3196817369@qq.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/reyun-ios/tracking.git",
18     "tag": "1.7.1.1"
19   },
20   "source_files": "Tracking/*.{h,a}",
21   "ios": {
22     "vendored_libraries": "Tracking/*.a"
23   },
24   "static_framework": true,
25   "xcconfig": {
26     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/TrackingSDK/Tracking/**\""
27   },
28   "frameworks": [
29     "SystemConfiguration",
30     "AdSupport",
31     "CoreTelephony",
32     "Security",
33     "CoreMotion",
34     "iAd",
35     "AVFoundation"
36   ],
37   "libraries": [
38     "sqlite3",
39     "ReYunTracking",
40     "z"
41   ]