[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 1.1.0 / YJCocoa.podspec.json
blob732026b72bb4cd9d018780fddb2c5d7e96b1807e
2   "name": "YJCocoa",
3   "version": "1.1.0",
4   "authors": {
5     "阳君": "937447974@qq.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/937447974/YJCocoa",
12   "source": {
13     "git": "https://github.com/937447974/YJCocoa.git",
14     "tag": "v1.1.0"
15   },
16   "summary": "YJ Cocoa",
17   "platforms": {
18     "ios": "6.0"
19   },
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "source_files": "Cocoa/*.{h,m}",
26   "default_subspecs": [
27     "Foundation",
28     "System"
29   ],
30   "subspecs": [
31     {
32       "name": "Foundation",
33       "source_files": "Cocoa/Foundation/*.{h,m}"
34     },
35     {
36       "name": "System",
37       "source_files": "Cocoa/System/*.{h,m}"
38     }
39   ]