[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 6 / PJCategory / 0.1.2 / PJCategory.podspec.json
blobea6060239ee2fc7a3b04bedceef51de6bdc609e3
2   "name": "PJCategory",
3   "version": "0.1.2",
4   "summary": "PJCategory",
5   "description": "some Category for iOS",
6   "homepage": "https://github.com/xupeng48/pjcategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xupeng": "13585548248@163.com"
13   },
14   "source": {
15     "git": "https://github.com/xupeng48/pjcategory.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "public_header_files": "Source/Class/*.h",
23   "source_files": [
24     "Source/Class/*.h",
25     "Source/Class/Foundation/*.{h,m}",
26     "Source/Class/UIKit/*.{h,m}"
27   ],
28   "subspecs": [
29     {
30       "name": "Foundation",
31       "source_files": "Source/Class/Foundation/*.{h,m}"
32     },
33     {
34       "name": "UIKit",
35       "source_files": [
36         "Source/Class/*.h",
37         "Source/Class/Foundation/*.{h,m}",
38         "Source/Class/UIKit/*.{h,m}"
39       ]
40     }
41   ]