[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / f / 2 / AKTrakt / 0.3.0 / AKTrakt.podspec.json
blobbe0b016891d200131ac58b7ea94066f6a1a79a8f
2   "name": "AKTrakt",
3   "version": "0.3.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/Example/Screenshots/TVmovies.png",
9     "https://raw.githubusercontent.com/arsonik/AKTrakt/master/Example/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": "0.3.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/shared/**/*",
25   "ios": {
26     "source_files": "Pod/Classes/ios/**/*",
27     "frameworks": [
28       "UIKit",
29       "Webkit"
30     ]
31   },
32   "tvos": {
33     "source_files": "Pod/Classes/tvos/**/*",
34     "resources": "Pod/Resources/tvos/*.{xib,png}"
35   },
36   "dependencies": {
37     "Alamofire": [
39     ]
40   }