[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / b / 2 / STQRYSVG / 0.0.2 / STQRYSVG.podspec.json
blobae9096aa5ffc54bc30f172d00037297761dafad5
2   "name": "STQRYSVG",
3   "summary": "Renders SVG shapes and paths to UIImage objects. Supports IBInspectable for UIImageViews in Interface Builder.",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "version": "0.0.2",
8   "homepage": "https://github.com/stqry/STQRYSVG",
9   "authors": {
10     "Jake": "jake.bellamy@stqry.com"
11   },
12   "license": "BSD",
13   "source": {
14     "git": "https://github.com/stqry/STQRYSVG.git",
15     "tag": "0.0.2"
16   },
17   "source_files": "STQRYSVG/**/*.{h,m}",
18   "requires_arc": true,
19   "ios": {
20     "dependencies": {
21       "PocketSVG": [
22         "~> 0.6"
23       ]
24     }
25   }