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