[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 6 / e / YAHBaseKit / 0.0.2 / YAHBaseKit.podspec.json
blob9e777559eed1a75a2fb882a4758ed33fba24a319
2   "name": "YAHBaseKit",
3   "version": "0.0.2",
4   "summary": "App common file",
5   "description": "App common file with Pod for APP",
6   "homepage": "https://github.com/yahua/YAHBaseKit",
7   "license": "MIT",
8   "authors": {
9     "王时温": "yahua523@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/yahua/YAHBaseKit.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "YAHBaseKit",
20     "YAHBaseKit/YAHBaseKit.h"
21   ],
22   "subspecs": [
23     {
24       "name": "extobjc",
25       "public_header_files": "YAHBaseKit/extobjc/*.h",
26       "source_files": "YAHBaseKit/extobjc"
27     },
28     {
29       "name": "Category",
30       "subspecs": [
31         {
32           "name": "Category",
33           "public_header_files": "YAHBaseKit/Category/NSObject/*.h",
34           "source_files": "YAHBaseKit/Category/NSObject"
35         }
36       ]
37     }
38   ]