blob: e3d6069568ec492ddee081ecbc27b959401c5ab0 [file] [log] [blame]
{
"name": "KSInstapaperAPI",
"version": "0.1.0",
"summary": "An Instapaper API controller with the ability to queue URLs when the network is down.",
"homepage": "https://github.com/Keithbsmiley/KSInstapaperAPI",
"license": "MIT",
"authors": {
"Keith Smiley": "keithbsmiley@gmail.com"
},
"source": {
"git": "https://github.com/Keithbsmiley/KSInstapaperAPI.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0.1"
],
"SSKeychain": [
"~> 0.1.4"
],
"Reachability": [
"~> 3.1.0"
]
}
}