[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / e / c / Aria2Core / 1.0.0 / Aria2Core.podspec.json
blobc44d6cc115cef04a89ed58c0186e308bce80af08
2   "name": "Aria2Core",
3   "version": "1.0.0",
4   "summary": "aria2/libaria2 wrapper for Objective-C.",
5   "homepage": "https://github.com/ShinCurry/Aria2Core",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "ShinCurry",
11   "platforms": {
12     "osx": "10.10"
13   },
14   "source": {
15     "git": "https://github.com/ShinCurry/Aria2Core.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Aria2Core/*.{h,mm}",
19   "private_header_files": "Aria2Core/aria2.h",
20   "vendored_libraries": "Aria2Core/Frameworks/*.dylib",
21   "xcconfig": {
22     "LD_RUNPATH_SEARCH_PATHS": "@loader_path/Resources"
23   }