[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 1 / 8 / SQLite.swift / 0.11.0 / SQLite.swift.podspec.json
blob2eb0c7829705da30fdc4c4751cf8cbf82b73a592
2   "name": "SQLite.swift",
3   "version": "0.11.0",
4   "summary": "A type-safe, Swift-language layer over SQLite3 for iOS and OS X.",
5   "description": "SQLite.swift provides compile-time confidence in SQL statement syntax and\nintent.",
6   "homepage": "https://github.com/stephencelis/SQLite.swift",
7   "license": "MIT",
8   "authors": {
9     "Stephen Celis": "stephen@stephencelis.com"
10   },
11   "source": {
12     "git": "https://github.com/stephencelis/SQLite.swift.git",
13     "tag": "0.11.0"
14   },
15   "social_media_url": "https://twitter.com/stephencelis",
16   "module_name": "SQLite",
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0",
20     "osx": "10.9",
21     "watchos": "2.0"
22   },
23   "default_subspecs": "standard",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.0"
26   },
27   "subspecs": [
28     {
29       "name": "standard",
30       "source_files": "SQLite/**/*.{c,h,m,swift}",
31       "private_header_files": "SQLite/Core/fts3_tokenizer.h",
32       "libraries": "sqlite3",
33       "preserve_paths": "CocoaPods/**/*",
34       "pod_target_xcconfig": {
35         "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx",
36         "SWIFT_INCLUDE_PATHS[sdk=macosx10.11]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx-10.11",
37         "SWIFT_INCLUDE_PATHS[sdk=macosx10.12]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx-10.12",
38         "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphoneos",
39         "SWIFT_INCLUDE_PATHS[sdk=iphoneos10.0]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphoneos-10.0",
40         "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphonesimulator",
41         "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator10.0]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphonesimulator-10.0",
42         "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvos",
43         "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvsimulator",
44         "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchos",
45         "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchsimulator"
46       }
47     },
48     {
49       "name": "standalone",
50       "source_files": "SQLite/**/*.{c,h,m,swift}",
51       "private_header_files": "SQLite/Core/fts3_tokenizer.h",
52       "xcconfig": {
53         "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE"
54       },
55       "dependencies": {
56         "sqlite3": [
58         ]
59       }
60     }
61   ]