[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 8 / d / YBBaseFramework / 1.0.2 / YBBaseFramework.podspec.json
blob08f0bbb82b0d3884b6a7c7f1cce9b78a1fba0c21
2   "name": "YBBaseFramework",
3   "version": "1.0.2",
4   "summary": "base framework settings for ubank project.",
5   "description": "It is a base framework settings for ubank project. written by Object-C.",
6   "homepage": "https://github.com/asance/YBBaseFramework",
7   "license": "MIT",
8   "authors": {
9     "asance": "lidongwc@126.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/asance/YBBaseFramework.git",
16     "tag": "v1.0.2"
17   },
18   "source_files": "YBBaseFrameworkDemo/YBBaseFrameworkDemo/YBBaseFramework/**/*.{h,m}",
19   "resources": "YBBaseFrameworkDemo/YBBaseFrameworkDemo/Resources/*.png",
20   "frameworks": [
21     "UIKit",
22     "CoreGraphics",
23     "Foundation"
24   ],
25   "dependencies": {
26     "YBBaseDefine": [
27       "~>1.0.1"
28     ],
29     "YBBaseCategory": [
30       "~>1.0.1"
31     ],
32     "YBKeychainManager": [
33       "~>1.0.1"
34     ],
35     "YBLoginWindowManager": [
36       "~>1.0.1"
37     ],
38     "AFNetworking": [
39       "~>3.1.0"
40     ],
41     "SVProgressHUD": [
42       "~>2.1.2"
43     ]
44   },
45   "requires_arc": true