blob: dd7feb209f5e3eb5ebb30dbcd74b06cafa206a63 [file] [log] [blame]
{
"name": "POPLib",
"version": "0.2.21",
"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.2.21"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "POPLib/Classes/**/*.{h,m,c}",
"dependencies": {
"PureLayout": [
],
"MBProgressHUD": [
"~> 0.9"
]
}
}