[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / 6 / IGFastImage / 1.2.2 / IGFastImage.podspec.json
blobc3192a689a5d1ce52f50942b15a1d96ea2a96c17
2   "name": "IGFastImage",
3   "version": "1.2.2",
4   "platforms": {
5     "ios": "6.0",
6     "osx": "10.8"
7   },
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",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Francis Chong": "francis@ignition.hk"
16   },
17   "source": {
18     "git": "https://github.com/siuying/IGFastImage.git",
19     "tag": "1.2.2"
20   },
21   "source_files": "IGFastImage/FastImage/*.{h,m}",
22   "ios": {
23     "frameworks": [
24       "SystemConfiguration",
25       "MobileCoreServices"
26     ]
27   },
28   "osx": {
29     "frameworks": "SystemConfiguration"
30   },
31   "requires_arc": true,
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",
33   "dependencies": {
34     "AFNetworking/NSURLConnection": [
35       "~> 2.0"
36     ]
37   }