[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / d / 3 / 2 / BlueRocketSwiftFuel / 0.0.4 / BlueRocketSwiftFuel.podspec.json
blobc0a5f7cd5271a3331adbe0c10da6f611a8b538bf
2   "name": "BlueRocketSwiftFuel",
3   "version": "0.0.4",
4   "summary": "This framework helps to jump start iOS development.",
5   "description": "A set of common components to jump start iOS app development.",
6   "homepage": "https://github.com/BlueRocket/BlueRocketSwiftFuel",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shawn McKee": "shawn@bluerocket.us",
13     "Matt Magoffin": "matt@bluerocket.us"
14   },
15   "social_media_url": "http://twitter.com/bluerocketinc",
16   "platforms": {
17     "ios": "8.1"
18   },
19   "source": {
20     "git": "https://github.com/Blue-Rocket/BlueRocketSwiftFuel.git"
21   },
22   "source_files": "Code/**/*.{swift,h,m,c}",
23   "requires_arc": true,
24   "dependencies": {
25     "BRCocoaLumberjack": [
27     ],
28     "BREnvironment": [
29       "~> 1.1"
30     ],
31     "BRLocalize/Core": [
33     ],
34     "BRScroller": [
36     ],
37     "BRStyle/Core": [
39     ],
40     "WebApiClient/RestKit": [
41       "> 1.0"
42     ],
43     "WebApiClient/Core": [
44       "> 1.0"
45     ],
46     "ImageEffects": [
47       "~> 1.0"
48     ]
49   },
50   "ios": {
51     "frameworks": [
52       "MobileCoreServices",
53       "Security"
54     ]
55   }