[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / d / 4 / project-Normal / 1.0.1 / project-Normal.podspec.json
blob307861a9fc06dacf6a513721c73583fdaf7918cb
2   "name": "project-Normal",
3   "version": "1.0.1",
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.1",
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       ],
29       "frameworks": [
30         "Foundation",
31         "UIKit"
32       ]
33     }
34   ]