[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / 4 / 7 / SPHStringContentFillView / 0.2.1 / SPHStringContentFillView.podspec.json
blob99e1b095dc8d705d77c0ce5029d40948bfb5df4b
2   "name": "SPHStringContentFillView",
3   "version": "0.2.1",
4   "summary": "A view that fills itself with customizable string content.",
5   "description": "A view subclass that fills itself with multiple copies of a customizable string at randomly generated locations and rotations.",
6   "homepage": "https://github.com/sphippen/SPHStringContentFillView",
7   "license": "MIT",
8   "authors": {
9     "Spencer Phippen": "spencer.phippen@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sphippen/SPHStringContentFillView.git",
13     "tag": "0.2.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.{h,mm}",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "resource_bundles": {
22     "SPHStringContentFillView": [
23       "Pod/Assets/*.png"
24     ]
25   }