[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 8 / d / SBP / 0.1.1 / SBP.podspec.json
blobe601552d1db8b8b3c3351f2d9e36cbfb7c55de01
2   "name": "SBP",
3   "version": "0.1.1",
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.1"
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   }