[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / 5 / Conduit / 0.19.0 / Conduit.podspec.json
blob9d28696bdaecd27ed6ecfd8b25ff4912a7af95f5
2   "name": "Conduit",
3   "version": "0.19.0",
4   "license": "Apache 2.0",
5   "homepage": "https://github.com/mindbody/Conduit",
6   "authors": "Conduit Contributors",
7   "summary": "Robust Swift networking for web APIs",
8   "source": {
9     "git": "https://github.com/mindbody/Conduit.git",
10     "tag": "0.19.0"
11   },
12   "source_files": "Sources/**/*.swift",
13   "ios": {
14     "frameworks": [
15       "Security",
16       "SystemConfiguration"
17     ]
18   },
19   "tvos": {
20     "frameworks": [
21       "Security",
22       "SystemConfiguration"
23     ]
24   },
25   "osx": {
26     "frameworks": [
27       "Security",
28       "SystemConfiguration"
29     ]
30   },
31   "platforms": {
32     "ios": "8.0",
33     "watchos": "2.0",
34     "tvos": "9.0",
35     "osx": "10.10"
36   }