[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / d / 0 / IKAsyncViewControllers / 1.0 / IKAsyncViewControllers.podspec.json
blob9c2de943afbf83971f74d90b89ab91a7e2a50842
2   "name": "IKAsyncViewControllers",
3   "version": "1.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/iankeen/",
8   "authors": {
9     "Ian Keen": "iankeen82@gmail.com"
10   },
11   "summary": "A simple DSL for creating a chain of UIViewControllers to obtain a single output.",
12   "source": {
13     "git": "https://github.com/iankeen/ikasyncviewcontrollers.git",
14     "tag": "1.0"
15   },
16   "source_files": "IKAsyncViewControllers/**/**.{h,m}",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "dependencies": {
22     "IKResults": [
23       "~> 1.0"
24     ]
25   }