blob: 43e7c0e1e5f123dfcfa044a91c56a516e3f94f9b [file] [log] [blame]
{
"name": "Lepton",
"version": "0.1.0",
"summary": "An RSS/Atom Parser in Swift.",
"homepage": "https://github.com/younata/Lepton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Rachel Brindle",
"platforms": {
"ios": "8.3"
},
"source": {
"git": "https://github.com/younata/Lepton.git",
"tag": "v0.1.0"
},
"source_files": [
"Lepton",
"Lepton/**/*.{swift,h,m}"
],
"frameworks": "XCTest",
"requires_arc": true
}