[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 8 / SAEvents / 2.0.0 / SAEvents.podspec.json
blobbe7dfa0cd132aa1301ac7dd17381d285e104ed22
2   "name": "SAEvents",
3   "version": "2.0.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.0.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "dependencies": {
25     "SAUtils": [
26       "1.5.4"
27     ],
28     "SANetworking": [
29       "0.3.1"
30     ],
31     "SAModelSpace": [
32       "0.5.4"
33     ],
34     "SASession": [
35       "0.3.8"
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_frameworks": "Pod/Libraries/SUPMoatMobileAppKit.framework"
56     }
57   ]