[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / f / 2 / AKTrakt / 1.0.0 / AKTrakt.podspec.json
blob914f52c63493229d9fd2e66493ecdcf97176e6fb
2   "name": "AKTrakt",
3   "version": "1.0.0",
4   "summary": "Swift Trakt.tv client.",
5   "description": "A simple Trakt.tv client written in swift.",
6   "homepage": "https://github.com/arsonik/AKTrakt",
7   "screenshots": [
8     "https://raw.githubusercontent.com/arsonik/AKTrakt/master/Screenshots/TVmovies.png",
9     "https://raw.githubusercontent.com/arsonik/AKTrakt/master/Screenshots/iOSmovies.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Florian Morello": "arsonik@me.com"
14   },
15   "source": {
16     "git": "https://github.com/arsonik/AKTrakt.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Source/shared/**/*.swift",
24   "ios": {
25     "source_files": "Source/ios/**/*.swift",
26     "frameworks": [
27       "UIKit",
28       "Webkit"
29     ]
30   },
31   "tvos": {
32     "source_files": "Source/tvos/**/*.swift",
33     "resources": "Source/tvos/*.{xib,png}"
34   },
35   "dependencies": {
36     "Alamofire": [
37       "~> 3.4.0"
38     ]
39   }