blob: 9190f8f193e0d3ecce84e06601346a3afa3ce701 [file] [log] [blame]
{
"name": "POPLibOSX",
"version": "0.1.1",
"summary": "POPLib is list of common functions for Object-c project.",
"homepage": "https://github.com/popeveryday/POPLibOSX",
"license": "MIT",
"authors": {
"popeveryday": "popeveryday@gmail.com"
},
"source": {
"git": "https://github.com/popeveryday/POPLibOSX.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "POPLibOSX/Classes/**/*.{h,m,c}",
"dependencies": {
"PureLayout": [
],
"MBProgressHUD": [
"~> 1.0"
]
}
}