[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / 4 / 7 / SPHStringContentFillView / 0.2.3 / SPHStringContentFillView.podspec.json
blob3f9012853a1bf113b83fef051529e0cefafe4853
2   "name": "SPHStringContentFillView",
3   "version": "0.2.3",
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.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "libraries": "c++",
20   "source_files": "Pod/Classes/**/*.{h,mm}",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "resource_bundles": {
23     "SPHStringContentFillView": [
24       "Pod/Assets/*.png"
25     ]
26   }