[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 2 / 4 / 6 / IFSFormsView / 1.0 / IFSFormsView.podspec.json
blob2c2fec85068263f5ef37279ff6616936c52d8fc9
2   "name": "IFSFormsView",
3   "version": "1.0",
4   "summary": "用于快速创建表单控件",
5   "homepage": "https://github.com/xiaoxm/IFSFormsView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "herui": "herui@ifensi.com"
12   },
13   "source": {
14     "git": "https://github.com/xiaoxm/IFSFormsView.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "IFSFormsView/Classes/**/*",
21   "resource_bundles": {
22     "IFSFormsView": [
23       "IFSFormsView/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "MapKit"
29   ],
30   "dependencies": {
31     "Masonry": [
32       "~> 1.1.0"
33     ]
34   }