[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 7 / 5 / GzoneLib / 0.1.8 / GzoneLib.podspec.json
blob0171ffc3ab752f4ddcf32fc48e197d2794b54633
2   "name": "GzoneLib",
3   "version": "0.1.8",
4   "summary": "GzoneLib Gzone Collection liblary",
5   "homepage": "https://github.com/GzoneIOS/GzoneLib.git",
6   "license": "MIT",
7   "authors": {
8     "dungnt": "dung.nt@gzone.com.vn"
9   },
10   "source": {
11     "git": "https://github.com/GzoneIOS/GzoneLib.git",
12     "tag": "0.1.8"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/*.{h,m}",
19   "resource_bundles": {
20     "GzoneLib": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "GzFileAmazonUpload",
27       "source_files": "Pod/Classes/GzFileAmazonUpload/*.{h,m}",
28       "dependencies": {
29         "AFNetworking": [
30           "~> 2.5.0"
31         ]
32       }
33     },
34     {
35       "name": "GzCrashLogMessage",
36       "source_files": [
37         "Pod/Classes/GzCrashLogMessage/*.{h,m}",
38         "Pod/Classes/GzCrashLogMessage/IQParseSDK/*.{h,m}"
39       ],
40       "frameworks": [
41         "Foundation",
42         "CoreGraphics",
43         "UIKit"
44       ]
45     },
46     {
47       "name": "GzInternetConnection",
48       "source_files": "Pod/Classes/GzInternetConnection/*.{h,m}",
49       "dependencies": {
50         "Reachability": [
51           "~> 3.1.1"
52         ]
53       }
54     },
55     {
56       "name": "GzNetworking",
57       "source_files": [
58         "Pod/Classes/GzNetworking/*.{h,m}",
59         "Pod/Classes/GzNetworking/LabraryAPI/*.{h,m}",
60         "Pod/Classes/GzNetworking/SaveDataOffline/*.{h,m}"
61       ],
62       "dependencies": {
63         "AFNetworking": [
64           "~> 2.5.0"
65         ],
66         "Mantle": [
67           "~> 1.5.1"
68         ]
69       }
70     },
71     {
72       "name": "GzSocial",
73       "source_files": "Pod/Classes/GzSocial/*.{h,m}",
74       "dependencies": {
75         "Facebook-iOS-SDK": [
76           "~> 3.20.0"
77         ]
78       },
79       "frameworks": [
80         "Twitter",
81         "MessageUI",
82         "Social"
83       ]
84     },
85     {
86       "name": "GzDatabase",
87       "source_files": "Pod/Classes/GzDatabase/*.{h,m}",
88       "frameworks": "CoreData"
89     },
90     {
91       "name": "GzScanner",
92       "source_files": "Pod/Classes/GzScanner/*.{h,m}",
93       "frameworks": [
94         "QuartzCore",
95         "AVFoundation",
96         "CoreGraphics"
97       ]
98     }
99   ]