[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / b / 1 / SK4SpareKit / 1.0.1 / SK4SpareKit.podspec.json
blob8d1135a0721888c7886320d27fd780787d2d9a17
2   "name": "SK4SpareKit",
3   "summary": "たまーに必要になる機能の寄せ集めフレームワークです。。",
4   "description": "SK4Toolkitに入れるほどでも無い機能の寄せ集めフレームワークです。たぶん。",
5   "homepage": "http://seeku.hateblo.jp",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "See.Ku": "info@see-ku.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "version": "1.0.1",
17   "source": {
18     "git": "https://github.com/See-Ku/SK4SpareKit.git",
19     "tag": "v1.0.1"
20   },
21   "source_files": [
22     "SK4SpareKit",
23     "SK4SpareKit/**/*.{h,m,swift}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "pod_target_xcconfig": {
27     "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
28   },
29   "dependencies": {
30     "SK4Toolkit": [
31       "~> 2.8"
32     ]
33   }