blob: e920b6578536c6940a96e4e29e17dbaef4fdf952 [file] [log] [blame]
{
"name": "JVRPersistentStack",
"version": "1.0.0",
"summary": "An easy-to-use persistent stack class for apps using Core Data",
"homepage": "https://github.com/jozsef-vesza/JVRPersistentStack",
"license": "MIT",
"authors": {
"József Vesza": "jozsef.vesza@outlook.com"
},
"social_media_url": "http://twitter.com/j_vesza",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/jozsef-vesza/JVRPersistentStack.git",
"tag": "1.0.0"
},
"source_files": "*.h",
"public_header_files": "*.h",
"frameworks": "CoreData",
"requires_arc": true
}