blob: b6afc7d8cac3d372f8a6f2c46db72050b7276144 [file] [log] [blame]
{
"name": "ONTKit",
"version": "0.0.2",
"summary": "ONT wallet kit",
"description": "ONT wallet kit in Objective-C.",
"homepage": "https://github.com/AlleniCode/ONTKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AlleniCode": "zhangyutao2014@163.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/AlleniCode/ONTKit.git",
"tag": "0.0.2"
},
"swift_version": "4.0",
"source_files": "Example/ONTKit/**/*.{h,m,c}",
"exclude_files": "ONTKit/Exclude",
"ios": {
"vendored_frameworks": "Example/ONTKit/ONTCore/neoutils.framework"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
],
"AFJSONRPCClient": [
"~> 2.1.1"
],
"MJExtension": [
"~> 3.0.15.1"
],
"MTDates": [
"~> 1.0.3"
]
}
}