[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 8 / SAEvents / 2.2.4 / SAEvents.podspec.json
blob53bc2d7fedae2554348895992257effada30abd8
2   "name": "SAEvents",
3   "version": "2.2.4",
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     "branch": "master",
17     "tag": "2.2.4"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "dependencies": {
25     "SAUtils": [
26       "1.5.5"
27     ],
28     "SANetworking": [
29       "1.0.0"
30     ],
31     "SAModelSpace": [
32       "1.0.0"
33     ],
34     "SASession": [
35       "1.1.2"
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "Core",
41       "source_files": "Pod/Classes/**/*"
42     },
43     {
44       "name": "Moat",
45       "frameworks": [
46         "AdSupport",
47         "WebKit"
48       ],
49       "dependencies": {
50         "SAEvents/Core": [
52         ]
53       },
54       "source_files": "Pod/Plugin/Moat/*",
55       "vendored_libraries": "Pod/Libraries/libSUPMoatMobileAppKit.a"
56     },
57     {
58       "name": "Moat2",
59       "frameworks": [
60         "AdSupport",
61         "WebKit"
62       ],
63       "dependencies": {
64         "SAEvents/Core": [
66         ]
67       },
68       "source_files": "Pod/Plugin/Moat2/*",
69       "vendored_frameworks": "Pod/Libraries/SUPMoatMobileAppKit.framework"
70     }
71   ]