[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / 3 / Intrepid / 0.5.2 / Intrepid.podspec.json
blob58e637d30edb4d35f2ac21f221362af3ce4c7cfe
2   "name": "Intrepid",
3   "version": "0.5.2",
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/intpd",
12   "source": {
13     "git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
14     "tag": "0.5.2"
15   },
16   "exclude_files": "tests/**/*",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "2.3"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "SwiftWisdom/Core/**/**/*.swift",
28       "dependencies": {
29         "IP-UIKit-Wisdom": [
30           "0.0.9"
31         ]
32       }
33     },
34     {
35       "name": "Rx",
36       "source_files": "SwiftWisdom/Rx/**/**/*.swift",
37       "dependencies": {
38         "RxSwift": [
39           "~> 2.6"
40         ],
41         "RxCocoa": [
42           "~>2.6"
43         ]
44       }
45     }
46   ]