[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / b / 0 / IMXTabBar / 1.0.0 / IMXTabBar.podspec.json
blob8dcc2122f8e23f93de77d75477788cea8e9d283f
2   "name": "IMXTabBar",
3   "version": "1.0.0",
4   "summary": "custom TabBar",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/PanZhow/IMXTabBar.git",
10   "authors": {
11     "zhoupanpan": "2331838272@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/PanZhow/IMXTabBar.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IMXTabBar/IMXTabBarKit/*.{h,m}",
22   "public_header_files": [
23     "IMXTabBar/IMXTabBarKit/*.{h}"
24   ],
25   "dependencies": {
26     "Masonry": [
27       "~> 1.1.0"
28     ]
29   }