[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 3 / 4 / StoryboardSupport / 0.0.4 / StoryboardSupport.podspec.json
blob1f81b722033050bc14318200a5b64f6e243ce617
2   "name": "StoryboardSupport",
3   "version": "0.0.4",
4   "summary": "Utilities to make prototyping with Storyboards easier, created for designers.",
5   "description": "                    Utilities include:\n                    Sound effects\n                    Setting custom fonts from Storyboards\n                    Basic navigation methods, accessible from the Storyboard (e.g. dismissing modal views)\n                    Toggling between contained view controllers, directly from the Storyboard.\n",
6   "homepage": "https://github.com/MaxGabriel/StoryboardSupport",
7   "license": "MIT",
8   "authors": {
9     "Maximilian Tagher": "feedback.tagher@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/MaxGabriel/StoryboardSupport.git",
13     "tag": "0.0.4"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": [
19     "StoryboardSupport/Classes",
20     "StoryboardSupport/Classes/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "AudioToolbox",
24     "QuartzCore"
25   ],
26   "requires_arc": true