[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 1 / e / WCApi / 0.1.2 / WCApi.podspec.json
blob1b05126bbf5e8f7c24a0b30a2b8f3c37b80b492d
2   "name": "WCApi",
3   "version": "0.1.2",
4   "summary": "WCApi is a simple package that makes working with Wikimedia Commons API simpler",
5   "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.",
6   "homepage": "https://github.com/AleksanderKoko/WikimediaCommonsApi",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aleksander Koko": "aleksanderkoko@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AleksanderKoko/WikimediaCommonsApi.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WCApi/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 3.4"
25     ]
26   }