blob: 6af8ebb31d4ec5ccc3243a65d5324d125e61877f [file] [log] [blame]
{
"name": "Ospry",
"version": "1.0.0",
"summary": "Ospry provides simple image hosting for developers.",
"homepage": "https://ospry.io",
"authors": {
"Ryan Brown": "ryan@ospry.io"
},
"source": {
"git": "https://github.com/ospry/ospry-ios.git",
"tag": "v1.0.0"
},
"source_files": "Ospry/*.{h,m}",
"public_header_files": "Ospry/*.h",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0"
},
"frameworks": [
"Foundation",
"AssetsLibrary"
],
"dependencies": {
"ISO8601": [
]
}
}