[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / b / e / BuffKit / 0.1 / BuffKit.podspec.json
blob1f52afa91759d7554f2a7b12c18658b548aab6cc
2   "name": "BuffKit",
3   "version": "0.1",
4   "authors": {
5     "R4L": "ralphwayne1991@gmail.com"
6   },
7   "summary": "BuffKit provides common features and functions in iOS development.",
8   "description": "BuffKit has provided data encryption/decryption,UIView\"s frame access\n,CALayer\"s frame accesss,geographic coordinate system transform(wgs84 to gcj02),\nnull handler(use method forwarding),file I/O,file zip/unzip,image processing etc.",
9   "homepage": "http://r4l.xyz",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/FlashHand/BuffKit.git",
19     "tag": "0.1"
20   },
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
23   },
24   "public_header_files": [
25     "BuffKit/*.h",
26     "BuffKit/**/*.h"
27   ],
28   "source_files": [
29     "BuffKit/BuffKit.h",
30     "BuffKit/**/*.{h,m}"
31   ],
32   "ios": {
33     "frameworks": [
34       "Foundation",
35       "UIKit",
36       "CoreLocation"
37     ]
38   },
39   "requires_arc": true