[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 8 / SAEvents / 2.1.0 / SAEvents.podspec.json
blob8ef170c40e1d22f0b80a34b2ff060c58dad94242
2   "name": "SAEvents",
3   "version": "2.1.0",
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.1.0"
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   ]