blob: 6bd0a495a8f6ced6d7600887e2c5ff171d126419 [file] [log] [blame]
{
"name": "IGFastImage",
"version": "1.0.3",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"summary": "Finds the size and type of an image given its uri by fetching as little as needed.",
"homepage": "https://github.com/siuying/IGFastImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"source": {
"git": "https://github.com/siuying/IGFastImage.git",
"tag": "1.0.3"
},
"source_files": "IGFastImage/FastImage/*.{h,m}",
"ios": {
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
]
},
"osx": {
"frameworks": "SystemConfiguration"
},
"requires_arc": true,
"prefix_header_contents": "#ifdef __OBJC__\n #import <Foundation/Foundation.h>\n#endif\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <MobileCoreServices/MobileCoreServices.h>\n#endif\n\n#import <SystemConfiguration/SystemConfiguration.h>\n",
"dependencies": {
"AFNetworking": [
"~> 1.3.1"
]
}
}