[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 5 / 1 / KPViewExtensions / 1.0.1 / KPViewExtensions.podspec.json
blob3b4e14038b1b1a101b19af80f54b115e14b0b545
2   "name": "KPViewExtensions",
3   "version": "1.0.1",
4   "summary": "object-c 辅助扩展工具(view)",
5   "description": "object-c 辅助扩展工具(view), view,后续会更新swift版",
6   "homepage": "https://github.com/xuwaer/KPExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "${USER_NAME}": "${USER_EMAIL}"
13   },
14   "source": {
15     "git": "https://github.com/xuwaer/KPExtensions.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KPExtensions/KPViewExtensions/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "KPArrayExtensions": [
28       "~> 1.0.0"
29     ],
30     "KPImageExtensions": [
31       "~> 1.0.0"
32     ],
33     "KPMacro": [
34       "~> 1.0.0"
35     ]
36   }