blob: 0aed3796199b2249ab245c7ed7e55b1f27328ad4 [file] [log] [blame]
{
"name": "MyMathLib",
"version": "1.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "MyMathLib",
"homepage": "https://github.com/weihanyumo/MyMathLib/blob/master/LICENSE",
"authors": "weihanyumo",
"source": {
"git": "https://github.com/weihanyumo/MyMathLib.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"preserve_paths": "MyMathLib.framework",
"public_header_files": "MyMathLib.framework/Headers/*.h",
"source_files": "MyMathLib.framework/Headers/*.h",
"vendored_frameworks": "MyMathLib.framework",
"libraries": "stdc++",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}