blob: cfe1dabdbfd779314141de684012787f2af9af37 [file] [log] [blame]
{
"name": "JSFKit",
"version": "1.0.7",
"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.7"
},
"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": [
"JSFKit/JSFKit",
"JSFKit/JSFKit/Extensions",
"JSFKit/JSFKit/IO",
"JSFKit/JSFKit/Models",
"JSFKit/JSFKit/Types"
],
"frameworks": "Foundation"
}
],
"swift_version": "5.0"
}