[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 2 / d / b / SEStringUtilities / 0.2.0 / SEStringUtilities.podspec.json
blob034a375eef21330fb7b1ab240e3a3dfe4794dc57
2   "name": "SEStringUtilities",
3   "version": "0.2.0",
4   "summary": "A few simple string replacement utilities.",
5   "homepage": "https://github.com/bnickel/SEStringUtilities",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Brian Nickel": "bnickel@stackexchange.com"
12   },
13   "source": {
14     "git": "https://github.com/bnickel/SEStringUtilities.git",
15     "tag": "v0.2.0"
16   },
17   "source_files": "SEStringUtilities",
18   "public_header_files": "SEStringUtilities/**/*.h",
19   "frameworks": "Foundation",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "5.0",
23     "osx": "10.7"
24   }