blob: 8c96f3574d4e47949bd2d11d46fed309f53a44e6 [file] [log] [blame]
{
"name": "Avalon",
"version": "0.0.1",
"summary": "A base on State Machine, iOS async library. easy and safe",
"description": "A base on State Machine, iOS async library. easy and safe",
"homepage": "https://github.com/RyouZhang/Avalon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ryouzhang": "ryouzhang@gmail.com"
},
"social_media_url": "http://twitter.com/ryouzhang",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/RyouZhang/Avalon.git",
"tag": "0.0.1"
},
"source_files": [
"Avalon/Avalon",
"Avalon/Avalon/**/*.{h,m}"
],
"requires_arc": true
}