blob: 1f72a8753cd9da190c0c049d3dc6b3d149703bc2 [file] [log] [blame]
{
"name": "ADBActors",
"version": "1.0.0",
"platforms": {
"ios": "5.0"
},
"summary": "Simple concept of Actor Model in Objective-C based on the idea of Valletta Ventures.",
"homepage": "https://github.com/albertodebortoli/ADBActors",
"authors": {
"Alberto De Bortoli": "albertodebortoli.website@gmail.com"
},
"source": {
"git": "https://github.com/albertodebortoli/ADBActors.git",
"tag": "1.0.0"
},
"license": {
"type": "New BSD License",
"file": "LICENSE"
},
"source_files": "Src/*.{h,m}",
"requires_arc": true
}