[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 8 / SAEvents / 1.5.1 / SAEvents.podspec.json
blobd82baeced0cd877d28c91dbc99dfe76cb3da8406
2   "name": "SAEvents",
3   "version": "1.5.1",
4   "summary": "Library that sends Events to AwesomeAds AdServer",
5   "description": "Sends custom AA events 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.5.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "dependencies": {
24     "SAUtils": [
25       "1.3.6"
26     ],
27     "SANetworking": [
28       "0.1.7"
29     ],
30     "SAModelSpace": [
31       "0.2.7"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Pod/Classes/**/*"
38     },
39     {
40       "name": "Moat",
41       "dependencies": {
42         "SAEvents/Core": [
44         ]
45       },
46       "source_files": "Pod/Plugin/Moat/*",
47       "vendored_libraries": "Pod/Libraries/libSUPMoatMobileAppKit.a",
48       "libraries": "SUPMoatMobileAppKit"
49     }
50   ]