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