[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 1 / 3 / AAStoryboardInstantiate / 0.0.2 / AAStoryboardInstantiate.podspec.json
blob3e3294ff00b5949ed029f95ed31f2d6b9bd3b75c
2   "name": "AAStoryboardInstantiate",
3   "version": "0.0.2",
4   "summary": "The simpliest way to instantiate View Controller from Storyboard",
5   "homepage": "https://github.com/orkenstein/AAStoryboardInstantiate",
6   "license": "MIT",
7   "authors": {
8     "orkenstein": "orkru666@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/orkenstein/AAStoryboardInstantiate.git",
12     "tag": "0.0.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Classes/ios/UIViewController+instantiate.{h,m}",
19   "ios": {
20     "exclude_files": "Classes/osx"
21   }