[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 8 / SAEvents / 1.9.5 / SAEvents.podspec.json
blobdb0d48ed50373aee4df6daaba76fc541e18b7a38
2   "name": "SAEvents",
3   "version": "1.9.5",
4   "summary": "Library that sends Events to AwesomeAds AdServer",
5   "description": "Sends custom AA events as single bursts or from an array as well as Moat events",
6   "homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-events",
7   "license": {
8     "type": "GNU GENERAL PUBLIC LICENSE Version 3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gabriel Coman": "gabriel.coman@superawesome.tv"
13   },
14   "source": {
15     "git": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-events.git",
16     "tag": "1.9.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "dependencies": {
24     "SAUtils": [
25       "1.5.2"
26     ],
27     "SANetworking": [
28       "0.3.0"
29     ],
30     "SAModelSpace": [
31       "0.5.2"
32     ],
33     "SASession": [
34       "0.3.6"
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "Pod/Classes/**/*"
41     },
42     {
43       "name": "Moat",
44       "frameworks": [
45         "AdSupport",
46         "WebKit"
47       ],
48       "dependencies": {
49         "SAEvents/Core": [
51         ]
52       },
53       "source_files": "Pod/Plugin/Moat/*",
54       "vendored_libraries": "Pod/Libraries/libSUPMoatMobileAppKit.a"
55     }
56   ]