blob: df2a9409453555249cfcb12797d5271b5698830e [file] [log] [blame]
{
"name": "ASMAsyncEnumeration",
"version": "0.1.0",
"summary": "Enumerate over NSArrays asynchronously without worrying about threading issues.",
"license": "MIT",
"authors": {
"Andrew Molloy": "andy@themolloys.org"
},
"source": {
"git": "https://github.com/amolloy/ASMAsyncEnumeration.git",
"tag": "0.1.0"
},
"homepage": "http://github.com/amolloy/ASMAsyncEnumeration",
"social_media_url": "https://twitter.com/amolloy",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/**/*.h"
}