[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 4 / 3 / c / FSAdSDK / 0.0.1 / FSAdSDK.podspec.json
blob1909beb7bd0f6a3bfb3645ea0badfe0cf230a0cf
2   "name": "FSAdSDK",
3   "version": "0.0.1",
4   "summary": "Freestar iOS Mobile Advertising SDK.",
5   "description": "Freestar's SDK to easily display ads from over 30 demand sources. Visit freestar.io for more info.",
6   "homepage": "https://freestar.io",
7   "authors": {
8     "Freestar - Dean Chang": "dean.chang@freestar.io"
9   },
10   "license": {
11     "type": "Freestar Limited License"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/freestarcapital/Freestar-Mobile-iOS-SDK.git",
18     "tag": "0.0.1"
19   },
20   "xcconfig": {
21     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Google-Mobile-Ads-SDK/Frameworks/frameworks/\""
22   },
23   "default_subspecs": "Core",
24   "dependencies": {
25     "FSCache": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "dependencies": {
33         "FSAdSDK/Registration": [
35         ],
36         "FSAdSDK/Common": [
38         ]
39       }
40     },
41     {
42       "name": "Registration",
43       "source_files": "SDK/FSAdSDK.framework/Headers/*.{h}",
44       "vendored_frameworks": "SDK/FSAdSDK.framework",
45       "preserve_paths": "SDK/FSAdSDK.framework/*"
46     },
47     {
48       "name": "Common",
49       "source_files": "SDK/FSCommon.framework/Headers/*.{h}",
50       "vendored_frameworks": "SDK/FSCommon.framework",
51       "preserve_paths": "SDK/FSCommon.framework/*"
52     },
53     {
54       "name": "Banner",
55       "dependencies": {
56         "FSAdSDK/Core": [
58         ]
59       },
60       "source_files": "SDK/FSBanner.framework/Headers/*.{h}",
61       "vendored_frameworks": "SDK/FSBanner.framework",
62       "preserve_paths": "SDK/FSBanner.framework/*"
63     }
64   ]