blob: 7d5e444a8bb1e6f97cb70cf458d8cf6f3bad075d [file] [log] [blame]
{
"name": "ILMovieDB",
"version": "0.0.2",
"license": "MIT",
"summary": "ILMovieDB is a iOS library for interact with themoviedb.org API v3.",
"homepage": "https://github.com/WatchApp/ILMovieDB",
"authors": {
"Gustavo Leguizamon": "gustavo@irbislab.com"
},
"source": {
"git": "https://github.com/WatchApp/ILMovieDB.git",
"tag": "0.0.2"
},
"source_files": "ILMovieDB",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0.2"
]
},
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
]
},
"prefix_header_contents": "#ifdef __OBJC__\n #import <MobileCoreServices/MobileCoreServices.h>\n #import <SystemConfiguration/SystemConfiguration.h>\n#endif\n"
}