[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 1 / c / MagicWindowSDK / 3.66 / MagicWindowSDK.podspec.json
blob984f5a061b9498f14777ebe424db5732fd4e10f6
2   "name": "MagicWindowSDK",
3   "version": "3.66",
4   "summary": "MagicWindowSDK for Cocoapods convenience.",
5   "homepage": "http://magicwindow.cn/",
6   "license": "MIT",
7   "authors": {
8     "MagicWindow": "support@magicwindow.cn"
9   },
10   "source": {
11     "git": "https://github.com/magicwindow/mw-iossdk.git",
12     "tag": "3.66"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "MagicWindowSDK/*.h",
18   "public_header_files": "MagicWindowSDK/*.h",
19   "preserve_paths": "MagicWindowSDK/libMagicWindowSDK.a",
20   "libraries": [
21     "z",
22     "sqlite3.0"
23   ],
24   "requires_arc": true,
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/mw-iossdk/MagicWindowSDK/",
27     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/mw-iossdk/MagicWindowSDK/"
28   },
29   "frameworks": [
30     "AdSupport",
31     "CoreTelephony",
32     "CoreGraphics",
33     "CoreFoundation",
34     "SystemConfiguration",
35     "CoreLocation"
36   ],
37   "dependencies": {
38     "libWeChatSDK": [
40     ]
41   }