[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / f / 6 / NonScrollView / 0.1.1 / NonScrollView.podspec.json
blob63ac0e098454ff8499fb580aaf0e608b2cd0e4a8
2   "name": "NonScrollView",
3   "version": "0.1.1",
4   "summary": "NonScrollView is not a scroll view.",
5   "description": "NonScrollView is not a scroll view. Yes.",
6   "homepage": "https://github.com/intitni/NonScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "intitni": "int123c@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/intitni/NonScrollView.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/intitni",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_version": "5",
23   "source_files": "NonScrollView/Classes/**/*",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "NonScrollView/Classes/Core/**/*"
29     },
30     {
31       "name": "Containers",
32       "source_files": "NonScrollView/Classes/Containers/**/*",
33       "dependencies": {
34         "NonScrollView/Core": [
36         ]
37       }
38     }
39   ]