blob: 4271c546e485d0d423c60c077258d377aaf114aa [file] [log] [blame]
{
"name": "SOSubtitle",
"version": "0.13",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"homepage": "http://github.com/shinyieva/SOSubtitle",
"authors": {
"Sergio Ortega": "shinyieva@gmail.com"
},
"summary": "SRT Subtitle parser for objective c.",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/shinyieva/SOSubtitle.git",
"tag": "0.13"
},
"source_files": "SOSubtitle",
"requires_arc": true,
"dependencies": {
"Bolts": [
"~> 1.0"
],
"AFNetworking": [
"~> 2.5.0"
]
},
"frameworks": "CoreText"
}