[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 2 / 8 / 0 / TMDBClient / 0.3.0 / TMDBClient.podspec.json
blobd72507596c1ee7669d8d634e1628862cc2723123
2   "name": "TMDBClient",
3   "version": "0.3.0",
4   "summary": "A simple TMDB Client.",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "description": "A simple TMDB Client with optional",
9   "homepage": "https://github.com/carlosypunto/TMDBClient",
10   "license": "MIT",
11   "authors": {
12     "Carlos GarcĂ­a": "carlosypunto@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/carlosypunto/TMDBClient.git",
16     "tag": "0.3.0"
17   },
18   "social_media_url": "https://twitter.com/carlos_a_secas",
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "TMDBClient/Source/*.swift",
25       "dependencies": {
26         "Alamofire": [
27           "~> 3.1"
28         ],
29         "SwiftyJSON": [
30           "~> 2.3"
31         ]
32       },
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "Rx",
37       "source_files": "TMDBClient/Source/Rx/*.swift",
38       "dependencies": {
39         "RxSwift": [
40           "~> 2.0.0-beta"
41         ],
42         "RxAlamofire/RxCocoa": [
43           "~> 0.3.1"
44         ],
45         "TMDBClient/Core": [
47         ]
48       }
49     }
50   ]