blob: 86e860fad30ace5b1daf618ce6c31ec9c021567d [file] [log] [blame]
{
"name": "SLParser",
"authors": "Serhii Londar",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/serhii-londar/slparser.git",
"version": "0.0.1",
"summary": "Json to model parser for iOS and OS X implemented with Runtime",
"source": {
"git": "https://github.com/serhii-londar/slparser.git",
"tag": "0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "SLParser/Source/**/*.{h,m}"
}
]
}