blob: c782d986d952b5a8dc4d821a6bccb741814c543e [file] [log] [blame]
{
"name": "Three20Lite",
"version": "2.2.0",
"license": "Apache License, Version 2.0",
"summary": "Lite edition of Three20, a collection of iPhone UI classes.",
"description": "Three20 is a collection of iPhone UI classes, like a photo viewer, and general utilities,like an HTTP disk cache. This is a lite edition of Three20, which contains some importantchanges compared to the original Three20 project. See project homepage for more details.",
"homepage": "https://github.com/aporat/three20lite",
"authors": {
"Joe Hewitt": "http://github.com/joehewitt"
},
"source": {
"git": "https://github.com/aporat/three20lite.git",
"tag": "2.2.0"
},
"platforms": {
"ios": null
},
"source_files": [
"src/*.{h,m}",
"src/{Core,Network,Navigator,UI,Style}/*.{h,m}"
],
"resources": "src/Three20.bundle",
"frameworks": "QuartzCore",
"dependencies": {
"SBJson": [
]
},
"requires_arc": false,
"deprecated": true
}