blob: c030d0e4068e20124ed262b355dd2d44cf6a1fea [file] [log] [blame]
{
"name": "SMGenerator",
"version": "0.1",
"summary": "SMGenerator: experimental fast and easy way to create generators in Objective-C",
"homepage": "https://github.com/shkutkov/SMGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Shkutkov": "shkutkov@gmail.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/shkutkov/SMGenerator.git",
"tag": "0.1"
},
"source_files": "SMGenerator.{h,m}",
"requires_arc": true
}