[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / b / 8 / Upstream / 0.1.0 / Upstream.podspec.json
blob1b666b301b1f7f8f169991d603993e88c2a5a2c5
2   "name": "Upstream",
3   "summary": "Generic Data Source",
4   "version": "0.1.0",
5   "homepage": "https://github.com/hyperoslo/Upstream",
6   "license": "MIT",
7   "authors": {
8     "hyperoslo": "ios@hyper.no"
9   },
10   "source": {
11     "git": "https://github.com/hyperoslo/Upstream.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/hyperoslo",
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "9.2"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/**/*",
21   "ios": {
22     "frameworks": [
23       "UIKit",
24       "Foundation"
25     ]
26   },
27   "osx": {
28     "frameworks": [
29       "Cocoa",
30       "Foundation"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "SWIFT_VERSION": "4.0"
35   }