[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 4 / 1 / 8 / SQLite.swift / 0.11.1 / SQLite.swift.podspec.json
blob0cddfff542bb81e5c8b85c9c3002dd54989d30ac
2   "name": "SQLite.swift",
3   "version": "0.11.1",
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.1"
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   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "standard",
31       "source_files": "SQLite/**/*.{c,h,m,swift}",
32       "exclude_files": "SQLite/Extensions/Cipher.swift",
33       "private_header_files": "SQLite/Core/fts3_tokenizer.h",
34       "libraries": "sqlite3",
35       "preserve_paths": "CocoaPods/**/*",
36       "pod_target_xcconfig": {
37         "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx",
38         "SWIFT_INCLUDE_PATHS[sdk=macosx10.11]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx-10.11",
39         "SWIFT_INCLUDE_PATHS[sdk=macosx10.12]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx-10.12",
40         "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphoneos",
41         "SWIFT_INCLUDE_PATHS[sdk=iphoneos10.0]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphoneos-10.0",
42         "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphonesimulator",
43         "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator10.0]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphonesimulator-10.0",
44         "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvos",
45         "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvsimulator",
46         "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchos",
47         "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchsimulator"
48       }
49     },
50     {
51       "name": "standalone",
52       "source_files": "SQLite/**/*.{c,h,m,swift}",
53       "exclude_files": "SQLite/Extensions/Cipher.swift",
54       "private_header_files": "SQLite/Core/fts3_tokenizer.h",
55       "xcconfig": {
56         "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE"
57       },
58       "dependencies": {
59         "sqlite3": [
60           ">= 3.14.0"
61         ]
62       }
63     },
64     {
65       "name": "SQLCipher",
66       "source_files": "SQLite/**/*.{c,h,m,swift}",
67       "private_header_files": "SQLite/Core/fts3_tokenizer.h",
68       "xcconfig": {
69         "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER",
70         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1"
71       },
72       "dependencies": {
73         "SQLCipher": [
74           ">= 3.4.0"
75         ]
76       }
77     }
78   ]