[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 8 / SAEvents / 1.0.5 / SAEvents.podspec.json
blob2db2c60708ce99d385bafd6f9a4ff1af1862fbda
2   "name": "SAEvents",
3   "version": "1.0.5",
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.0.5"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "dependencies": {
24     "SAUtils": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Pod/Classes/**/*",
32       "resource_bundles": {
33         "SuperAwesome": [
34           "Pod/Assets/*"
35         ]
36       }
37     },
38     {
39       "name": "Moat",
40       "dependencies": {
41         "SAEvents/Core": [
43         ]
44       },
45       "source_files": "Pod/Plugin/Moat/*",
46       "vendored_frameworks": "Pod/Frameworks/SUPMoatMobileAppKit.framework"
47     }
48   ]