blob: a648a1f1466abedf93c258ba57996304cfa62bd5 [file] [log] [blame]
{
"name": "ILMovieDB",
"version": "0.0.3",
"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.3"
},
"source_files": "ILMovieDB",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
]
},
"osx": {
"frameworks": [
"CoreServices",
"SystemConfiguration"
]
},
"prefix_header_contents": "#ifdef __OBJC__\n\n#if TARGET_OS_IPHONE == 1\n#import <MobileCoreServices/MobileCoreServices.h>\n#import <SystemConfiguration/SystemConfiguration.h>\n#else\n#import <CoreServices/CoreServices.h>\n#import <SystemConfiguration/SystemConfiguration.h>\n#endif\n\n#endif\n"
}