blob: 9ad72bb970a89f6c0383323d63ce38d79d1ddf33 [file] [log] [blame]
{
"name": "TMDbFramework",
"version": "1.0.1",
"summary": "Swift framwork to connect with themoviedb.org",
"homepage": "https://github.com/saragiotto/TMDbFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leonardo Saragiotto": "leonardo.saragiotto@gmail.com"
},
"source": {
"git": "https://github.com/saragiotto/TMDbFramework.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TMDbFramework/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"AlamofireImage": [
],
"SwiftyJSON": [
],
"ChameleonFramework": [
]
},
"pushed_with_swift_version": "3.0"
}