[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / e / b / LOCKit / 1.0.3 / LOCKit.podspec.json
blob5f7894987b15521c7100e5cf531275edb9e4a60e
2   "name": "LOCKit",
3   "version": "1.0.3",
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.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "LOCKit/*",
20   "ios": {
21     "public_header_files": "LOCKit/*.h"
22   },
23   "frameworks": [
24     "Foundation",
25     "CoreGraphics",
26     "UIKit"
27   ],
28   "subspecs": [
29     {
30       "name": "LOCUIkit",
31       "platforms": {
32         "ios": "7.0"
33       },
34       "ios": {
35         "public_header_files": "LOCKit/LOCUIkit/*.h",
36         "source_files": "LOCKit/LOCUIkit/**/*"
37       }
38     },
39     {
40       "name": "LOCFoundation",
41       "platforms": {
42         "ios": "7.0"
43       },
44       "ios": {
45         "public_header_files": "LOCKit/LOCFoundation/*.h",
46         "source_files": "LOCKit/LOCFoundation/**/*"
47       }
48     }
49   ]