[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 6 / e / 7 / LCKit / 1.0.3 / LCKit.podspec.json
blob07789bbcb48cd44f7633e796cc57bc81233f586e
2   "name": "LCKit",
3   "version": "1.0.3",
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.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "LCKit/*.{h,m}",
21     "LCKit/**/*.{h,m}"
22   ],
23   "frameworks": [
24     "Foundation",
25     "CoreGraphics",
26     "UIKit"
27   ]