[Add] Abyan 0.1.11
[CocoaPods.git] / Specs / d / 3 / a / ESAPIClient / 1.4.0 / ESAPIClient.podspec.json
blob07fec1915fdc8ed33e4a89a18d5efd9831f0b26f
2   "name": "ESAPIClient",
3   "version": "1.4.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "ESAPIClient is an API client library built on top of AFNetworking and AFNetworkingExtension.",
9   "homepage": "https://github.com/ElfSundae/ESAPIClient",
10   "authors": {
11     "Elf Sundae": "https://0x123.com"
12   },
13   "source": {
14     "git": "https://github.com/ElfSundae/ESAPIClient.git",
15     "tag": "1.4.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source_files": "ESAPIClient/**/*.{h,m}",
24   "dependencies": {
25     "AFNetworkingExtension": [
26       "~> 1.2"
27     ]
28   }