blob: f2a8cd99ff958e007c9b7bbf83e0834a036ed54b [file] [log] [blame]
{
"name": "CLAFluxDispatcher",
"version": "0.0.1",
"summary": "A port of Facebook's Flux Dispatcher to Objective-C",
"description": " A port of Facebook's Flux Dispatcher to Objective-C; see [https://github.com/facebook/flux](https://github.com/facebook/flux)\n",
"homepage": "https://github.com/clayallsopp/CLAFluxDispatcher",
"license": "MIT",
"authors": {
"Clay Allsopp": "clay.allsopp@gmail.com"
},
"social_media_url": "http://twitter.com/clayallsopp",
"source": {
"git": "https://github.com/clayallsopp/CLAFluxDispatcher.git",
"tag": "0.0.1"
},
"source_files": "CLAFluxDispatcher/CLAFluxDispatcher/Classes/**/*.{h,m}",
"requires_arc": true
}