[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / d / 4 / GPN / 3.0.0 / GPN.podspec.json
blob53f4c4b0b96d75c70298aa1414e2d600397e339a
2   "name": "GPN",
3   "version": "3.0.0",
4   "summary": "GameHouse Promotion Network SDK.",
5   "description": "                       The GameHouse Promotion Network lets you drive app installs with intelligence and control. You can participate in GPN by integrating this open source SDK into your iOS apps. Also available for Android.\n",
6   "homepage": "http://partners.gamehouse.com/app-promotion-and-app-monetization/",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "GameHouse": "gpn-support@realnetworks.com"
10   },
11   "source": {
12     "git": "https://github.com/gamehouse/gpn-cocoa-pod.git",
13     "tag": "3.0.0"
14   },
15   "social_media_url": "https://twitter.com/ghpartners",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "public_header_files": "Pod/Classes/*.h",
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "CoreGraphics",
24     "SystemConfiguration",
25     "CFNetwork",
26     "Security",
27     "CoreTelephony"
28   ],
29   "weak_frameworks": [
30     "StoreKit",
31     "AdSupport"
32   ],
33   "subspecs": [
34     {
35       "name": "no-arc",
36       "source_files": "Pod/Classes/External/GoogleToolboxforMac/**/*.{h,m,mm}",
37       "requires_arc": false,
38       "compiler_flags": "-fno-objc-arc"
39     },
40     {
41       "name": "arc",
42       "source_files": [
43         "Pod/Classes/*.{h,m}",
44         "Pod/Classes/Implementation/**/*.{h,m,mm}",
45         "Pod/Classes/RemoteMonitor/**/*.{h,m,mm}"
46       ],
47       "dependencies": {
48         "GPN/no-arc": [
50         ]
51       },
52       "requires_arc": true
53     }
54   ]