[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / e / 5 / OCProjectBsics / 0.1.0 / OCProjectBsics.podspec.json
blobe543139e0038593606c9ac682f3aaf30b58c49e3
2   "name": "OCProjectBsics",
3   "version": "0.1.0",
4   "summary": "A short description of OCProjectBsics.",
5   "homepage": "https://github.com/AsTao/OCProjectBsics",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "tobias": "236048180@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/AsTao/OCProjectBsics.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "OCProjectBsics/Common/*.{h,m}",
23     "OCProjectBsics/Extension/*.{h,m}",
24     "OCProjectBsics/Http/*.{h,m}",
25     "OCProjectBsics/Base/*.{h,m}",
26     "OCProjectBsics/*.{h,m}"
27   ],
28   "public_header_files": [
29     "OCProjectBsics/Common/*.{h}",
30     "OCProjectBsics/Extension/*.{h}",
31     "OCProjectBsics/Http/*.{h}",
32     "OCProjectBsics/Base/*.{h}",
33     "OCProjectBsics/*.{h}"
34   ],
35   "private_header_files": "OCProjectBsics/Common.h",
36   "frameworks": [
37     "UIKit",
38     "Foundation"
39   ],
40   "dependencies": {
41     "SAMKeychain": [
43     ],
44     "AFNetworking": [
45       "~> 3.0"
46     ],
47     "MJRefresh": [
48       "~> 3.1.10"
49     ],
50     "YYModel": [
52     ],
53     "DGActivityIndicatorView": [
55     ]
56   }