[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / d / SBP / 0.1.0 / SBP.podspec.json
blobc718a20714da5dad98a7fd9674458bcc5e67b23a
2   "name": "SBP",
3   "version": "0.1.0",
4   "summary": "Get more out of storyboards",
5   "description": "Storyboard autolayout api where you can do static animations in storyboard and handle screen sizes in a maintainable way.",
6   "homepage": "https://github.com/awaran/SBP",
7   "license": "MIT",
8   "authors": {
9     "Arjay": "waran.arjay@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/awaran/SBP.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SBP": [
22       "Pod/Assets/*.png"
23     ]
24   }