blob: 1b05126bbf5e8f7c24a0b30a2b8f3c37b80b492d [file] [log] [blame]
{
"name": "WCApi",
"version": "0.1.2",
"summary": "WCApi is a simple package that makes working with Wikimedia Commons API simpler",
"description": "Wikimedia Commons API is really difficult to work with. API is changing all the time, many endpoints are not intuitive, for some simple calls they require up to 3-4 calls. This package makes some calls simple to use.",
"homepage": "https://github.com/AleksanderKoko/WikimediaCommonsApi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aleksander Koko": "aleksanderkoko@gmail.com"
},
"source": {
"git": "https://github.com/AleksanderKoko/WikimediaCommonsApi.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WCApi/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.4"
]
}
}