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",
9 "kingslay": "kingslay@icloud.com"
12 "git": "https://github.com/kingslay/KSJSONHelp.git",
20 "default_subspecs": "Core",
21 "module_name": "KSJSONHelp",
25 "source_files": "Core/Source/**/*.swift"
29 "source_files": "SQL/Source/**/*.swift",
38 "source_files": "SQLite/Source/**/*.swift",
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"
54 "libraries": "sqlite3"