[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / d / 3 / 9 / StaticVC / 1.0.0.3 / StaticVC.podspec.json
blob29a3b793166113bebf5d6b6321c40a72b3a1fe71
2   "name": "StaticVC",
3   "version": "1.0.0.3",
4   "summary": "简单的cell使用",
5   "description": "项目开发过程中快速的进行静态cell的添加",
6   "homepage": "https://github.com/zhangrongwu/StaticVC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangrongwu": "zhangrongwuios@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/zhangrongwu/StaticVC.git",
16     "tag": "1.0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "StaticVC/**/*.{h,m,bundle}",
22   "public_header_files": "StaticVC/**/*.h",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "Masonry": [
26       "~> 1.1.0"
27     ],
28     "IQKeyboardManager": [
29       "~> 4.0.3"
30     ]
31   }