[Add] VonageMLTransformers 4.0.0-dev.398
[CocoaPods.git] / Specs / 6 / d / 0 / JFUIKit / 0.1.0 / JFUIKit.podspec.json
blob3281de283c19e1f01349a95721ffffda0b86ec44
2   "name": "JFUIKit",
3   "version": "0.1.0",
4   "summary": "Cocoa Touch UIKit framework categories.",
5   "description": "Cocoa Touch UIKit framework categories wrote in Objective-C.",
6   "homepage": "https://github.com/jumpingfrog0/JFUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jumpingfrog0": "jumpingfrog0@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jumpingfrog0/JFUIKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Source/Classes/**/*",
22   "resource_bundles": {
23     "JFUIKit": [
24       "Source/Assets/*.png"
25     ]
26   },
27   "public_header_files": "Source/Classes/**/*.h",
28   "frameworks": [
29     "Foundation",
30     "UIKit"
31   ],
32   "dependencies": {
33     "JFFoundation": [
34       "~> 0.1.0"
35     ]
36   }