[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 5 / 0 / SMBCustomRelationshipSegue / 0.1.1 / SMBCustomRelationshipSegue.podspec.json
blobac0db708e57db004081a8cf91e6e51112fbeec02
2   "name": "SMBCustomRelationshipSegue",
3   "version": "0.1.1",
4   "summary": "a simple implementation for custom relationship segue",
5   "description": "SMBCustomRelationshipSegue is a simple implementation for custom relationship segue, enhance the custom container view controller in storyboard like UINavigationController or UITabbarController. if you are developer who like storyboard and want use it to show your view contorller logic on storyboard to make life easy, SMBCustomRelationshipSegue should be in your toolbox",
6   "homepage": "https://github.com/SuperMarioBean/SMBCustomRelationshipSegue",
7   "license": "MIT",
8   "authors": {
9     "David Fu": "david.fu.zju.dev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SuperMarioBean/SMBCustomRelationshipSegue.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SMBCustomRelationshipSegue": [
22       "Pod/Assets/*.png"
23     ]
24   }