[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / 5 / c / Fiorite / 0.0.2 / Fiorite.podspec.json
blobb925be0a6fc715a1286f91ecf76b69929983a75b
2   "name": "Fiorite",
3   "version": "0.0.2",
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.2"
20   },
21   "ios": {
22     "source_files": [
23       "Fiorite/Fiorite/*.{h,m}",
24       "Fiorite/Fiorite-iOS/*.{h,m}"
25     ],
26     "frameworks": [
27       "Security",
28       "MobileCoreServices",
29       "SystemConfiguration"
30     ],
31     "dependencies": {
32       "UIColor-Utilities": [
33         "~> 1.0.1"
34       ]
35     }
36   },
37   "osx": {
38     "frameworks": [
39       "Security",
40       "CoreServices",
41       "SystemConfiguration"
42     ],
43     "source_files": "Fiorite/Fiorite/*.{h,m}"
44   },
45   "requires_arc": true,
46   "dependencies": {
47     "AFNetworking": [
48       "~> 1.3.2"
49     ],
50     "Reachability": [
51       "~> 3.1.0"
52     ],
53     "TouchJSON": [
54       "~> 1.1"
55     ],
56     "JRSwizzle": [
57       "~> 1.0"
58     ]
59   }