[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 3 / d / c / SwiftySQL / 1.0.4 / SwiftySQL.podspec.json
blob5beccafc12e0c2ff312577d71f1cb87511f199a7
2   "name": "SwiftySQL",
3   "version": "1.0.4",
4   "summary": "Write you SQL in Swift",
5   "homepage": "https://github.com/inkyfox/SwiftySQL",
6   "license": "MIT",
7   "authors": {
8     "Yongha Yoo": "inkyfox@oo-v.com"
9   },
10   "source": {
11     "git": "https://github.com/inkyfox/SwiftySQL.git",
12     "tag": "1.0.4"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source_files": "Sources/*.swift",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.0"
24   }