[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / e / 7 / LCKit / 1.0.2 / LCKit.podspec.json
blob8543b896593abfebeb49a2832365d2c7aa1f00d7
2   "name": "LCKit",
3   "version": "1.0.2",
4   "summary": "Common methods for iOS.",
5   "description": "It is common methods used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/cnzlh/LCKit",
7   "license": "MIT",
8   "authors": {
9     "朱林华": "cnzlh@163.com"
10   },
11   "source": {
12     "git": "https://github.com/cnzlh/LCKit.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "LCKit/*.{h,m}",
21     "LCKit/Categories/UIKit/*.{h,m}",
22     "LCKit/Categories/Common/*.{h,m}",
23     "LCKit/Categories/Foundation/*.{h,m}",
24     "LCKit/Categories/UIKitWithBlocks/*.{h,m}"
25   ],
26   "frameworks": [
27     "Foundation",
28     "CoreGraphics",
29     "UIKit"
30   ]