blob: 9f2f40a0bfd5ab9dba041ea4f832201c206e8f8a [file] [log] [blame]
{
"name": "IVYPool",
"version": "0.1",
"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.1"
},
"frameworks": "Foundation",
"source_files": "Source/**/*.{h,m,mm,hpp,cpp,c}",
"exclude_files": "Source/**/*Test.{h,m,mm,hpp,cpp,c}"
}