[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / b / 5 / 0 / SMBCustomRelationshipSegue / 0.1.0 / SMBCustomRelationshipSegue.podspec.json
blob13081840da028a1d1055dd664e52252e6879be62
2   "name": "SMBCustomRelationshipSegue",
3   "version": "0.1.0",
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.0"
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   }