blob: d72507596c1ee7669d8d634e1628862cc2723123 [file] [log] [blame]
{
"name": "TMDBClient",
"version": "0.3.0",
"summary": "A simple TMDB Client.",
"platforms": {
"ios": "8.0"
},
"description": "A simple TMDB Client with optional",
"homepage": "https://github.com/carlosypunto/TMDBClient",
"license": "MIT",
"authors": {
"Carlos GarcĂ­a": "carlosypunto@gmail.com"
},
"source": {
"git": "https://github.com/carlosypunto/TMDBClient.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/carlos_a_secas",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "TMDBClient/Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.1"
],
"SwiftyJSON": [
"~> 2.3"
]
},
"frameworks": "Foundation"
},
{
"name": "Rx",
"source_files": "TMDBClient/Source/Rx/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.0.0-beta"
],
"RxAlamofire/RxCocoa": [
"~> 0.3.1"
],
"TMDBClient/Core": [
]
}
}
]
}