[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 4 / project-Normal / 1.0.5 / project-Normal.podspec.json
blob2a9231c75c3bb18f074116501aa2d7ea417d83d9
2   "name": "project-Normal",
3   "version": "1.0.5",
4   "license": "MIT",
5   "summary": "The project collects some common stortcut methods.",
6   "homepage": "https://github.com/qiancaox/project-Normal",
7   "social_media_url": "https://github.com/qiancaox/project-Normal",
8   "authors": {
9     "qiancaox": "http://qiancaox.top/"
10   },
11   "source": {
12     "git": "https://github.com/qiancaox/project-Normal.git",
13     "tag": "1.0.5",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "public_header_files": "project-Normal/General/General.h",
21   "source_files": "project-Normal/General/General.h",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "project-Normal/General/UI*.{h,m}",
27         "project-Normal/General/NS*.{h,m}",
28         "project-Normal/General/ObjcRuntimeGeneral.{h,m}"
29       ],
30       "frameworks": [
31         "Foundation",
32         "UIKit"
33       ]
34     }
35   ]