[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 2 / 7 / 5 / GzoneLib / 0.1.1 / GzoneLib.podspec.json
blobbaaf9387f95e7418e80f346ea388b7b990ce7492
2   "name": "GzoneLib",
3   "version": "0.1.1",
4   "summary": "GzoneLib Gzone Collection liblary",
5   "homepage": "https://github.com/dungnt/GzoneLib.git",
6   "license": "MIT",
7   "authors": {
8     "dungnt": "dung.nt@gzone.com.vn"
9   },
10   "source": {
11     "git": "https://github.com/dungnt/GzoneLib.git",
12     "tag": "0.1.1"
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.4.1"
31         ]
32       }
33     },
34     {
35       "name": "GzCrashLogMessage",
36       "source_files": "Pod/Classes/GzCrashLogMessage/*.{h,m}",
37       "dependencies": {
38         "Parse": [
39           "~> 1.5.0"
40         ]
41       }
42     },
43     {
44       "name": "GzInternetConnection",
45       "source_files": "Pod/Classes/GzInternetConnection/*.{h,m}",
46       "dependencies": {
47         "Reachability": [
48           "~> 3.1.1"
49         ]
50       }
51     }
52   ]