[Add] BlueIDAccessSDK 2.30.0
[CocoaPods.git] / Specs / 0 / 1 / 3 / NGCategories / 0.0.2 / NGCategories.podspec.json
blob8bc6e39a87b16690475a46b9796f7765866d9e32
2   "name": "NGCategories",
3   "version": "0.0.2",
4   "summary": "Some useful iOS categories.",
5   "description": "Some useful iOS categories!!!",
6   "homepage": "https://github.com/naijoug/NGCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "naijoug": "naijoug@126.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/naijoug/NGCategories.git",
19     "tag": "0.0.2"
20   },
21   "public_header_files": "NGCategories/NGCategories.h",
22   "source_files": "NGCategories/NGCategories.h",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Foundation",
28       "source_files": "NGCategories/Foundation/**/*",
29       "public_header_files": "NGCategories/Foundation/**/*.h"
30     },
31     {
32       "name": "UIkit",
33       "source_files": "NGCategories/UIkit/**/*",
34       "public_header_files": "NGCategories/UIKit/**/*.h"
35     }
36   ]