[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 5 / c / Fiorite / 0.0.4 / Fiorite.podspec.json
blob0d3209d0b0c528ec020a4f4d2dee39c4c2025fcf
2   "name": "Fiorite",
3   "version": "0.0.4",
4   "summary": "Components and utilities for iOS, based on the Pearl iOS library.",
5   "homepage": "https://github.com/link-nv/Fiorite",
6   "license": {
7     "type": "LGPL v3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wim Vandenhaute": "wim.vandenhaute@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0",
15     "osx": "10.7"
16   },
17   "source": {
18     "git": "https://github.com/link-nv/Fiorite.git",
19     "tag": "0.0.4"
20   },
21   "resources": [
22     "Fiorite/Fiorite/*.lproj"
23   ],
24   "ios": {
25     "source_files": [
26       "Fiorite/Fiorite/*.{h,m}",
27       "Fiorite/Fiorite-iOS/*.{h,m}"
28     ],
29     "frameworks": [
30       "Security",
31       "MobileCoreServices",
32       "SystemConfiguration"
33     ],
34     "dependencies": {
35       "UIColor-Utilities": [
36         "~> 1.0.1"
37       ]
38     }
39   },
40   "osx": {
41     "frameworks": [
42       "Security",
43       "CoreServices",
44       "SystemConfiguration"
45     ],
46     "source_files": "Fiorite/Fiorite/*.{h,m}"
47   },
48   "requires_arc": true,
49   "dependencies": {
50     "AFNetworking": [
51       "~> 1.3.2"
52     ],
53     "Reachability": [
54       "~> 3.1.0"
55     ],
56     "TouchJSON": [
57       "~> 1.1"
58     ],
59     "JRSwizzle": [
60       "~> 1.0"
61     ]
62   }