[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 1 / 9 / Oblong / 1.1.0 / Oblong.podspec.json
blobd17b63d2e920bc8eea0bc546d58927f0fb859850
2   "name": "Oblong",
3   "version": "1.1.0",
4   "summary": "Tiny Auto Layout DSL for iOS and macOS.",
5   "homepage": "https://github.com/dclelland/Oblong",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Daniel Clelland": "daniel.clelland@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dclelland/Oblong.git",
14     "tag": "1.1.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "ios": {
22     "source_files": [
23       "Sources/Oblong.swift",
24       "Sources/Oblong-iOS.swift"
25     ]
26   },
27   "osx": {
28     "source_files": [
29       "Sources/Oblong.swift",
30       "Sources/Oblong-macOS.swift"
31     ]
32   },
33   "pushed_with_swift_version": "4.0"