blob: e8fc1e8244e3d723cc4ece9ba3e7cf2bbfd98c3d [file] [log] [blame]
{
"name": "Tiny",
"version": "1.0.0",
"authors": {
"Scott Petit": "petit.scott@gmail.com"
},
"homepage": "https://github.com/ScottPetit/Tiny",
"summary": "An extensible wrapper around URL Shorteners",
"source": {
"git": "https://github.com/ScottPetit/Tiny.git",
"tag": "v1.0.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"CMDQueryStringSerialization": [
"~> 0.2"
]
},
"source_files": [
"Tiny/*.{h,m}",
"Tiny/NTAURLShortenerService/*.{h,m}"
]
}