[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 0 / 1 / WBKit / 1.0.4 / WBKit.podspec.json
blob8edb490f1bfd0c41edeb2e9606bca2f4d0c4752f
2   "name": "WBKit",
3   "version": "1.0.4",
4   "summary": "Useful Develop Kit",
5   "description": "Useful Develop Kit, which implement by Objective-C.",
6   "homepage": "https://github.com/tk820723/WBKit",
7   "license": "MIT",
8   "authors": {
9     "tk820723": "tk820723@hotmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/tk820723/WBKit.git",
16     "tag": "1.0.4"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "WBAssetsKit",
26       "source_files": "WBKit/WBAssetsKit/*.{h,m}"
27     },
28     {
29       "name": "WBCategories",
30       "source_files": "WBKit/WBCategories/*.{h,m}"
31     },
32     {
33       "name": "WBHorizontalButtonMenu",
34       "source_files": "WBKit/WBHorizontalButtonMenu/*.{h,m}"
35     },
36     {
37       "name": "WBInputKit",
38       "source_files": "WBKit/WBInputKit/*.{h,m}"
39     },
40     {
41       "name": "WBKeychainWrapper",
42       "source_files": "WBKit/WBKeychainWrapper/*.{h,m}"
43     },
44     {
45       "name": "WBSlider",
46       "source_files": "WBKit/WBSlider/*.{h,m}"
47     }
48   ]