[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 1 / 9 / 5 / ObjectiveGumbo / 0.1 / ObjectiveGumbo.podspec.json
blob7e064c8d4ac2452a0c16c0d34945073ebf84e61f
2   "name": "ObjectiveGumbo",
3   "version": "0.1",
4   "license": {
5     "type": "Apache",
6     "file": "LICENSE"
7   },
8   "summary": "A simple way to parse HTML5 reliably with Cocoa",
9   "homepage": "https://github.com/programmingthomas/ObjectiveGumbo",
10   "authors": {
11     "Programming Thomas": "programmingthomas@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/programmingthomas/ObjectiveGumbo.git",
15     "tag": "0.1"
16   },
17   "source_files": "ObjectiveGumbo/**/*.{h,m,c}",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "5.0"
21   }