[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 4 / Shelfmagnetic / 0.1.0 / Shelfmagnetic.podspec.json
blob6be14892aa793a4421d92ef29f6601227cbcbaa7
2   "name": "Shelfmagnetic",
3   "version": "0.1.0",
4   "summary": "Shelfmagnetic",
5   "description": "磁片框架可以快速搭建程序,以注册继承的方式将VC随意组合,大大提升了开发效率和实现一些复杂的功能。",
6   "homepage": "https://github.com/jenson21/shelfmagnetic",
7   "license": "MIT",
8   "authors": {
9     "Jenson": "jenson.pitaya@outlook.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/jenson21/shelfmagnetic.git",
16     "tag": "0.1.0"
17   },
18   "source_files": [
19     "ShelfMagnetic",
20     "ShelfMagnetic/ShelfMagnetic/Class/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
29       "~> 4.0.1"
30     ]
31   }