[Add] MapboxSearchUI 2.7.0-beta.1
[CocoaPods.git] / Specs / 8 / e / 3 / TencentMTA / 2.0.2 / TencentMTA.podspec.json
blob85ba788be9a4535e69858346acefb8c67a4c3ae6
2   "name": "TencentMTA",
3   "version": "2.0.2",
4   "summary": "Tencent MTA SDK for iOS to access Tencent MTA platform.",
5   "description": "Tencent does not have an official pod for their MTA SDK. Therefore, we create this pod to track the official MTA iOS SDK.",
6   "homepage": "http://mta.qq.com/mta/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iCell": "xiaoyu.li@shanbay.com"
13   },
14   "source": {
15     "git": "https://github.com/iCell/BayMTASDK.git",
16     "tag": "2.0.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "TencentMTA/*.{h,m}",
22   "vendored_libraries": "TencentMTA/*.a",
23   "frameworks": [
24     "CoreTelephony",
25     "SystemConfiguration",
26     "Security",
27     "CFNetwork"
28   ],
29   "libraries": [
30     "z",
31     "sqlite3"
32   ],
33   "pod_target_xcconfig": {
34     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/TencentMTA/TencentMTA",
35     "OTHER_LDFLAGS": "-lTencentMTA"
36   }