[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / b / 4 / JMCurl / 1.0.0 / JMCurl.podspec.json
blob02155e2473da54bb04c1b9902675807765120f66
2   "name": "JMCurl",
3   "version": "1.0.0",
4   "summary": "JMCurl.",
5   "description": "Provide curl for Jimi iOS Platform.",
6   "homepage": "https://github.com/JimiPlatform",
7   "license": {
8     "type": "Apache License 2.0"
9   },
10   "authors": "Eafy",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "requires_arc": true,
15   "xcconfig": {
16     "VALID_ARCHS": "armv7 armv7s arm64 x86_64 arm64e"
17   },
18   "source": {
19     "git": "https://github.com/JimiPlatform/JMCurl.git",
20     "tag": "v1.0.0"
21   },
22   "vendored_libraries": "JMCurl/*.a",
23   "source_files": "JMCurl/*.{h,m,hpp,cpp}",
24   "public_header_files": [
25     "JMCurl/JMCurl.h",
26     "JMCurl/FTPCurlDownloadManager.h",
27     "JMCurl/FTPManager.h"
28   ]