[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 3 / 6 / 2 / lib-ffi / 0.1.1 / lib-ffi.podspec.json
blob1c8c61d66dfdcf5cc0df52a0b2880ab9a8590985
2   "name": "lib-ffi",
3   "version": "0.1.1",
4   "summary": "ffi libarary for multi platform.",
5   "description": "ffi libarary for multi platform.\nffi 封装库",
6   "homepage": "https://github.com/lyn-euler/libffi",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lyn.euler": "asynclog@163.com"
13   },
14   "source": {
15     "git": "https://github.com/lyn-euler/libffi.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LibFFI/Classes/*.{h}",
22   "static_framework": true,
23   "vendored_libraries": "LibFFI/Classes/*.{a}",
24   "public_header_files": "LibFFI/Classes/ffi.h"