[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 3 / d / c / SwiftySQL / 1.0.1 / SwiftySQL.podspec.json
blobab65ee6cd7cb6e25d469824a94e5658b54722cbc
2   "name": "SwiftySQL",
3   "version": "1.0.1",
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.1"
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": [
22     "Sources/*.swift",
23     "Sources/Models/*.swift",
24     "Sources/Generators/*.swift"
25   ],
26   "pod_target_xcconfig": {
27     "SWIFT_VERSION": "3.0"
28   }