[Add] NBaseAdapterProviderX 3.0.56-beta1
[CocoaPods.git] / Specs / 9 / 7 / 1 / EasyIOS / 2.3 / EasyIOS.podspec.json
blob0f07d4fa425ca7b5a683ebe9fd80df3d59a6be6d
2   "name": "EasyIOS",
3   "version": "2.3",
4   "summary": "EasyIOS is a MVVM frameWork base on AFNetworking and ReactiveCocoa",
5   "homepage": "http://easyios.iosx.me",
6   "social_media_url": "http://www.iosx.me",
7   "platforms": {
8     "ios": "8.0"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "zhuchao": "zhuchao@iosx.me"
16   },
17   "source": {
18     "git": "https://github.com/zhuchaowe/EasyIOS.git",
19     "tag": "2.3"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "CoreFoundation",
24     "Foundation",
25     "CoreGraphics",
26     "Security",
27     "UIKit"
28   ],
29   "libraries": [
30     "z.1.1.3",
31     "stdc++",
32     "sqlite3"
33   ],
34   "subspecs": [
35     {
36       "name": "Easy",
37       "source_files": [
38         "*.{h,m,mm}",
39         "Easy/**/*.{h,m,mm}",
40         "Extend/**/*.{h,m,mm}"
41       ],
42       "resources": "Extend/**/*.{png}",
43       "requires_arc": true,
44       "xcconfig": {
45         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz, $(SDKROOT)/usr/include/libxml2",
46         "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
47         "CLANG_CXX_LIBRARY": "libstdc++",
48         "CLANG_WARN_DIRECT_OBJC_ISA_USAGE": "YES"
49       },
50       "dependencies": {
51         "ReactiveCocoa": [
52           "2.4.4"
53         ],
54         "MBProgressHUD": [
56         ],
57         "JSONModel": [
59         ],
60         "SharkORM": [
62         ],
63         "TMCache": [
65         ],
66         "SDWebImage": [
68         ],
69         "AFNetworking": [
71         ],
72         "GCDObjC": [
74         ],
75         "FLKAutoLayout": [
76           "0.1.1"
77         ],
78         "FontIcon": [
80         ]
81       },
82       "prefix_header_contents": "#import \"EasyIOS.h\""
83     }
84   ]