[Add] ForYouAndMe 0.92.3
[CocoaPods.git] / Specs / e / 2 / f / MTDomobAdSDK / 0.1.0 / MTDomobAdSDK.podspec.json
blob46b0d2630ef8f017a1df789c121cb72a6ee3e5e0
2   "name": "MTDomobAdSDK",
3   "version": "0.1.0",
4   "summary": "DomobAdSDK for Person",
5   "homepage": "http://www.domob.cn/developers/changelog/ios_sdk_changelog.html",
6   "license": {
7     "type": "Cpoyright",
8     "text": "LICENSE  ©2016 Domob, Inc. All rights reserved"
9   },
10   "authors": {
11     "Tim": "aunm123@yeah.net"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/aunm123/MTDomobAdSDK.git",
18     "tag": "0.1.0"
19   },
20   "source_files": "*.h",
21   "public_header_files": "*.h",
22   "resources": "DomobAdSDKBundle/*.bundle",
23   "preserve_paths": "*.a",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "weak_frameworks": [
29     "CoreMedia",
30     "MediaPlayer",
31     "QuartzCore",
32     "CoreText",
33     "CoreGraphics",
34     "StoreKit",
35     "PassKit",
36     "Social",
37     "EventKit",
38     "AVFoundation",
39     "AudioToolbox",
40     "SystemConfiguration"
41   ],
42   "libraries": [
43     "z",
44     "sqlite3",
45     "DomobAdSDK"
46   ],
47   "requires_arc": true,
48   "xcconfig": {
49     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/MTDomobAdSDK"
50   }