[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 0 / 6 / KSJSONHelp / 0.6.8 / KSJSONHelp.podspec.json
blobd3178af463d4bcb2dfaf4c2085dd62a5f9a27cab
2   "name": "KSJSONHelp",
3   "version": "0.6.8",
4   "summary": "swift's MJExtension",
5   "description": "KSJSONHelp is a lightweight and pure Swift implemented library for\nconversion between JSON and model\nSimple ActiveRecord implementation for working with your database",
6   "homepage": "https://github.com/kingslay/KSJSONHelp",
7   "license": "MIT",
8   "authors": {
9     "kingslay": "kingslay@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/kingslay/KSJSONHelp.git",
13     "tag": "0.6.8"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "osx": "10.9"
19   },
20   "default_subspecs": "Core",
21   "module_name": "KSJSONHelp",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Core/Source/**/*.swift"
26     },
27     {
28       "name": "SQL",
29       "source_files": "SQL/Source/**/*.swift",
30       "dependencies": {
31         "KSJSONHelp/Core": [
33         ]
34       }
35     },
36     {
37       "name": "SQLite",
38       "source_files": "SQLite/Source/**/*.swift",
39       "dependencies": {
40         "KSJSONHelp/SQL": [
42         ]
43       },
44       "preserve_paths": "SQLite/CocoaPods/**/*",
45       "pod_target_xcconfig": {
46         "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/KSJSONHelp/SQLite/CocoaPods/macosx",
47         "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/KSJSONHelp/SQLite/CocoaPods/iphoneos",
48         "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/KSJSONHelp/SQLite/CocoaPods/iphonesimulator",
49         "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(SRCROOT)/KSJSONHelp/SQLite/CocoaPods/appletvos",
50         "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(SRCROOT)/KSJSONHelp/SQLite/CocoaPods/appletvsimulator",
51         "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(SRCROOT)/KSJSONHelp/SQLite/CocoaPods/watchos",
52         "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(SRCROOT)/KSJSONHelp/SQLite/CocoaPods/watchsimulator"
53       },
54       "libraries": "sqlite3"
55     }
56   ]