[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 7 / 5 / HelloWorldKit / 0.0.1 / HelloWorldKit.podspec.json
blob02d164991fcfe61fe9ec6ea793ccdb7ea5624aae
2   "name": "HelloWorldKit",
3   "version": "0.0.1",
4   "summary": "Creates a new modal view controller that says Hello World",
5   "description": "generates a modal view controller that prints out Hello World",
6   "homepage": "http://github.com/byeung121/HelloWorldKit",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "Bryan Yeung": "bryanyng@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/byeung121/HelloWorldKit.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "HelloWorldKit",
23     "HelloWorldKit/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SnapKit": [
28       "3.0.2"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"