[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 1 / 6 / 8 / SGCategory / 1.0.1 / SGCategory.podspec.json
blob1044d9201fb5f5cb7f3f8282e93d63bcabb4b452
2   "name": "SGCategory",
3   "version": "1.0.1",
4   "summary": "common category",
5   "description": "common category for Foundation and UIKit classes",
6   "homepage": "https://github.com/install-b/SGCategory",
7   "license": "MIT",
8   "authors": {
9     "ShangenZhang": "645256685@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/install-b/SGCategory.git",
16     "tag": "1.0.1"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/*.h",
20   "public_header_files": "Classes/*.h",
21   "subspecs": [
22     {
23       "name": "SGFoundationCateory",
24       "frameworks": "Foundation",
25       "source_files": "Classes/Foundation/**/*.{h,m}",
26       "public_header_files": "Classes/Foundation/**/*.h"
27     },
28     {
29       "name": "SGUIKitCategory",
30       "frameworks": "UIKit",
31       "source_files": "Classes/UIKit/**/*.{h,m}",
32       "public_header_files": "Classes/UIKit/**/*.h"
33     }
34   ]