[Add] Mobilisten 9.2.1
[CocoaPods.git] / Specs / 7 / e / b / LOCKit / 1.0.0 / LOCKit.podspec.json
blobda7a969f000b515de92dc1793d7c127a37754dbf
2   "name": "LOCKit",
3   "version": "1.0.0",
4   "summary": "A kit used on iOS. UIKit and UIFoundation additional categories",
5   "description": "UIKit and UIFoundation additional categories used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/lmyscx/LOCKit",
7   "license": "MIT",
8   "authors": {
9     "lmyscx": "lmyscx@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/lmyscx/LOCKit.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "LOCKit/**/*",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ]