8 "summary": "Finds the size and type of an image given its uri by fetching as little as needed.",
9 "homepage": "https://github.com/siuying/IGFastImage",
15 "Francis Chong": "francis@ignition.hk"
18 "git": "https://github.com/siuying/IGFastImage.git",
21 "source_files": "IGFastImage/FastImage/*.{h,m}",
24 "SystemConfiguration",
29 "frameworks": "SystemConfiguration"
32 "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",