blob: 0b21765295ea16343a909cc2b083f4f6b4f7dc43 [file] [log] [blame]
{
"name": "JSFKit",
"version": "1.0.5",
"summary": "JSFKit is a JSON implementation of the RSS data reader",
"homepage": "https://github.com/adozenlines/JSONFeed",
"license": "MIT",
"authors": {
"Sean Batson": "seanbatson@msn.com"
},
"source": {
"git": "https://github.com/adozenlines/JSONFeed.git",
"tag": "1.0.5"
},
"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": [
"JSONFeed/JSONFeed",
"JSONFeed/JSONFeed/Extensions",
"JSONFeed/JSONFeed/IO",
"JSONFeed/JSONFeed/Models",
"JSONFeed/JSONFeed/Types"
],
"frameworks": "Foundation"
}
],
"swift_version": "5.0"
}