blob: a1ce0382394ae1b3417963ce4f5b231e7b3a2f62 [file] [log] [blame]
{
"name": "SimpleInstapaperKit",
"version": "1.0.0",
"summary": "An iOS interface for the Instapaper Simple API (http://www.instapaper.com/api/simple).",
"homepage": "https://github.com/davbeck/SimpleInstapaperKit",
"screenshots": [
"http://f.cl.ly/items/290j3a1S1P3t0n1X210J/iOS%20Simulator%20Screen%20shot%20Dec%203,%202012%208.26.03%20PM.png",
"http://f.cl.ly/items/290j3a1S1P3t0n1X210J/iOS%20Simulator%20Screen%20shot%20Dec%203,%202012%208.26.03%20PM.png"
],
"license": "BSD",
"authors": {
"David Beck": "code@thinkultimate.com"
},
"source": {
"git": "https://github.com/davbeck/SimpleInstapaperKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SimpleInstapaperKit/*.{h,m}",
"resources": "SimpleInstapaperKit/*.{png,xib}",
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"UICKeyChainStore": [
"~> 1.0"
]
}
}