[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 5 / c / Fiorite / 0.0.1 / Fiorite.podspec.json
blob351ccc92c0a2e0d9a76790eadd51128df056c53c
2   "name": "Fiorite",
3   "version": "0.0.1",
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   },
16   "source": {
17     "git": "https://github.com/link-nv/Fiorite.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "Fiorite/Fiorite/**/*.{h,m}",
21   "ios": {
22     "frameworks": [
23       "Security",
24       "MobileCoreServices",
25       "SystemConfiguration"
26     ]
27   },
28   "requires_arc": true,
29   "dependencies": {
30     "AFNetworking": [
31       "~> 1.3.2"
32     ],
33     "Reachability": [
34       "~> 3.1.0"
35     ],
36     "TouchJSON": [
37       "~> 1.1"
38     ],
39     "JRSwizzle": [
40       "~> 1.0"
41     ],
42     "UIColor-Utilities": [
43       "~> 1.0.1"
44     ]
45   }