[Add] BrainCloudCpp 5.5.0
[CocoaPods.git] / Specs / d / 3 / a / ESAPIClient / 1.6.0 / ESAPIClient.podspec.json
blobe68783d5d9e80c075d27a3e947ad1b344390d3b1
2   "name": "ESAPIClient",
3   "version": "1.6.0",
4   "license": "MIT",
5   "summary": "ESAPIClient is an API client library built on top of AFNetworking.",
6   "homepage": "https://github.com/ElfSundae/ESAPIClient",
7   "social_media_url": "https://twitter.com/ElfSundae",
8   "authors": {
9     "Elf Sundae": "https://0x123.com"
10   },
11   "source": {
12     "git": "https://github.com/ElfSundae/ESAPIClient.git",
13     "tag": "1.6.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "9.0",
18     "osx": "10.10",
19     "watchos": "2.0"
20   },
21   "ios": {
22     "pod_target_xcconfig": {
23       "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESAPIClient"
24     }
25   },
26   "tvos": {
27     "pod_target_xcconfig": {
28       "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESAPIClient"
29     }
30   },
31   "osx": {
32     "pod_target_xcconfig": {
33       "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESAPIClient"
34     }
35   },
36   "watchos": {
37     "pod_target_xcconfig": {
38       "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESAPIClient-watchOS"
39     }
40   },
41   "source_files": "ESAPIClient/*.{h,m}",
42   "dependencies": {
43     "AFNetworking/NSURLSession": [
44       ">= 3.2.2"
45     ]
46   }