blob: b0ec5e5fcf5810e2f4bd172dfbd5f1cfbbf7c1d6 [file] [log] [blame]
{
"name": "JPHAsyncOperation",
"version": "1.0.1",
"license": "MIT",
"summary": "An NSOperation subclass and NSOperationQueue category for easy async block operations.",
"homepage": "https://github.com/jpmhouston/JPHAsyncOperation",
"authors": {
"Pierre Houston": "jpmhouston@gmail.com"
},
"source": {
"git": "https://github.com/jpmhouston/JPHAsyncOperation.git",
"tag": "v1.0.1"
},
"source_files": [
"JPHAsyncOperation.h",
"JPHAsyncOperation.m",
"NSOperationQueue+JPHAsync.h",
"NSOperationQueue+JPHAsync.m"
],
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
}
}