[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / a / 7 / 5 / MNGAds / 1.3.1 / MNGAds.podspec.json
blobc5527166b7ebae51f2c281d950c8ea8b431c2757
2   "name": "MNGAds",
3   "version": "1.3.1",
4   "summary": "MNG Ads provides functionalities for monetizing your mobile application",
5   "description": "                       MNG Ads provides functionalities for monetizing your mobile application: from premium sales with reach media, video and innovative formats, it facilitates inserting native mobile ads as well all standard display formats. MngAds SDK is a library that allow you to handle the following Ads servers with the easy way :\n  Smart ads server\n  Facebook Audience Network\n  appsfire\n  Google DFP\n  Mng-perf\n  AppNexus\n",
6   "homepage": "https://bitbucket.org/mngcorp/mngads-demo-ios/wiki/Home",
7   "license": "Commercial",
8   "authors": {
9     "MOBILENETWORKGROUP": "http://www.mobilenetworkgroup.com",
10     "Technical Assistance": "admin@mng-ads.com"
11   },
12   "source": {
13     "git": "https://bitbucket.org/mngcorp/mngads-demo-ios.git",
14     "tag": "v1.3.1"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "MNGAds/Classes/**/*.h",
21   "preserve_paths": "MNGAds/Classes/*.a",
22   "libraries": "MngAds",
23   "xcconfig": {
24     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/../../MNGAds/Classes\""
25   },
26   "frameworks": [
27     "CoreGraphics",
28     "QuartzCore",
29     "SystemConfiguration",
30     "MediaPlayer",
31     "CoreMotion",
32     "EventKitUI",
33     "EventKit",
34     "AdSupport",
35     "StoreKit",
36     "CoreLocation",
37     "Accelerate",
38     "CoreTelephony",
39     "MessageUI"
40   ],
41   "dependencies": {
42     "AppsfireSDK": [
43       "2.7.3"
44     ],
45     "Google-Mobile-Ads-SDK": [
46       "7.2.2"
47     ],
48     "Mng-perf": [
49       "5.0.0"
50     ]
51   }