[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 5 / 3 / Intrepid / 0.1.6 / Intrepid.podspec.json
blob26fe022e8a07bd271b9a6c0d0c941aaf0e207216
2   "name": "Intrepid",
3   "version": "0.1.6",
4   "summary": "Swift Bag",
5   "description": "Collection of extensions and utility classes by and for the developers at intrepid pursuits.",
6   "homepage": "https://github.com/IntrepidPursuits/swift-wisdom",
7   "license": "MIT",
8   "authors": {
9     "Intrepid Pursuits": "logan@intrepid.io"
10   },
11   "social_media_url": "https://twitter.com/itpd",
12   "source": {
13     "git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
14     "tag": "0.1.6"
15   },
16   "exclude_files": "tests/**/*",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "SwiftWisdom/Core/**/**/*.swift",
25       "dependencies": {
26         "IP-UIKit-Wisdom": [
27           "0.0.9"
28         ]
29       }
30     }
31   ]