blob: a47df7670c940b53d0a50c961e85ad56355a031d [file] [log] [blame]
{
"name": "ArgoUIComponent",
"version": "0.1.1",
"summary": "components of ArgoUI",
"description": "components of ArgoUI",
"homepage": "https://mln.immomo.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "MoMo",
"source": {
"git": "https://github.com/momotech/MLN.git",
"tag": "ArgoUIComponent/0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"ArgoUI": [
]
},
"source_files": "MLN-iOS/MLN/Classes/ArgoUIComponent/**/*.{h,m,c}",
"public_header_files": "MLN-iOS/MLN/Classes/ArgoUIComponent/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
}