[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 7 / 0 / YYOCFramework / 0.1.1 / YYOCFramework.podspec.json
blob864c93fb1fa78bfcf46469362948392638002aab
2   "name": "YYOCFramework",
3   "version": "0.1.1",
4   "summary": "这是自己用的类库,基本上都是基类和一些通用的类",
5   "description": "这是自己用的类库,基本上都是基类和一些通用的类。",
6   "homepage": "https://github.com/yanyanforest/YYOCFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yanyanforest": "yanyanforest@163.com"
13   },
14   "source": {
15     "git": "https://github.com/yanyanforest/YYOCFramework.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "public_header_files": "YYOCFramework/Classes/YYOCFramework.h",
22   "source_files": "YYOCFramework/Classes/**/*",
23   "requires_arc": true,
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 2.3"
31     ],
32     "Masonry": [
33       "~> 1.0.0"
34     ],
35     "Reachability": [
37     ],
38     "SDWebImage": [
40     ]
41   }