[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 3 / 9 / b / SOSubtitle / 0.12 / SOSubtitle.podspec.json
blob65809a4dce28f82a72a473fba981e2e4000ccb1c
2   "name": "SOSubtitle",
3   "version": "0.12",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE.txt"
7   },
8   "homepage": "http://github.com/shinyieva/SOSubtitle",
9   "authors": {
10     "Sergio Ortega": "shinyieva@gmail.com"
11   },
12   "summary": "SRT Subtitle parser for objective c.",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/shinyieva/SOSubtitle.git",
18     "tag": "0.12"
19   },
20   "source_files": "SOSubtitle",
21   "requires_arc": true,
22   "dependencies": {
23     "Bolts": [
24       "~> 1.0"
25     ],
26     "AFNetworking": [
27       "~> 2.5.0"
28     ]
29   }