[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / f / 2 / AKTrakt / 0.1.5 / AKTrakt.podspec.json
blob403c13817d668bae698e546c5d118139c92d81ed
2   "name": "AKTrakt",
3   "version": "0.1.5",
4   "summary": "Swift Trakt.tv client.",
5   "description": "A simple trakt.tv client written in swift.",
6   "homepage": "https://github.com/arsonik/AKTrakt",
7   "license": "MIT",
8   "authors": {
9     "Florian Morello": "arsonik@me.com"
10   },
11   "source": {
12     "git": "https://github.com/arsonik/AKTrakt.git",
13     "tag": "0.1.5"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/shared/**/*",
21   "ios": {
22     "source_files": "Pod/Classes/ios/**/*",
23     "frameworks": [
24       "UIKit",
25       "Webkit"
26     ]
27   },
28   "tvos": {
29     "source_files": "Pod/Classes/tvos/**/*",
30     "resources": "Pod/Resources/tvos/*.{xib,png}"
31   },
32   "dependencies": {
33     "Alamofire": [
35     ]
36   }