blob: 666e4f5e0a861f6821a4b9ebb3456b1020856fbe [file] [log] [blame]
{
"name": "JSFKit",
"version": "1.0.12",
"summary": "JSFKit is a swift JSON parser implementation of the RSS data reader",
"homepage": "https://github.com/adozenlines/JSFKit",
"license": "MIT",
"authors": {
"Sean Batson": "seanbatson@msn.com"
},
"source": {
"git": "https://github.com/adozenlines/JSFKit.git",
"tag": "1.0.12"
},
"requires_arc": true,
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"default_subspecs": "Core",
"swift_versions": "5.0",
"cocoapods_version": ">= 1.4.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/JSFKit",
"Sources/JSFKit/Extensions",
"Sources/JSFKit/IO",
"Sources/JSFKit/Models",
"Sources/JSFKit/Types"
],
"frameworks": "Foundation"
}
],
"swift_version": "5.0"
}