[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 2 / 4 / SSCustomTabMenu / 0.1.5 / SSCustomTabMenu.podspec.json
blob6a4071b4a977f6dbd1c71dbeba2a2902b9a7872a
2   "name": "SSCustomTabMenu",
3   "version": "0.1.5",
4   "summary": "Custom tab menu controller for iOS.",
5   "description": "This CustomTabMenu will add custom menu at bottom!",
6   "homepage": "https://github.com/simformsolutions/SSCustomTabMenu",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "simformsolutions": "reg@simform.in"
13   },
14   "source": {
15     "git": "https://github.com/simformsolutions/SSCustomTabMenu.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "CustomTabMenu",
24       "subspecs": [
25         {
26           "name": "Helper",
27           "source_files": "SSCustomTabMenu/CustomTabMenu/Helper/*.swift"
28         },
29         {
30           "name": "SSTabStoryBoard",
31           "resource_bundles": {
32             "SSCustomTabMenu": [
33               "SSCustomTabMenu/CustomTabMenu/SSTabStoryBoard/*.storyboard"
34             ]
35           }
36         },
37         {
38           "name": "image",
39           "source_files": "SSCustomTabMenu/CustomTabMenu/image/*.png"
40         }
41       ]
42     }
43   ]