blob: cd8a9d2dd601df876f6ce7e77f9a1bc85dee276a [file] [log] [blame]
{
"name": "IVYPool",
"version": "0.2",
"summary": "A thread safe pool factory for iOS. Store, get and create objects on demand.",
"homepage": "https://github.com/hfossli/IVYPool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"authors": {
"HÃ¥vard Fossli": "hfossli@agens.no"
},
"source": {
"git": "https://github.com/hfossli/IVYPool.git",
"tag": "0.2"
},
"frameworks": "Foundation",
"source_files": "Source/**/*.{h,m,mm,hpp,cpp,c}",
"exclude_files": "Source/**/*Test.{h,m,mm,hpp,cpp,c}"
}