[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 5 / 0 / c / Backbeam / 1.0.3 / Backbeam.podspec.json
blobd05e360900abd9b25329bf0b655da3b52c4186fe
2   "name": "Backbeam",
3   "version": "1.0.3",
4   "summary": "iOS SDK for backbeam.io.",
5   "homepage": "http://backbeam.io/documentation-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "The Backbeam Team": "contact@backbeam.io"
12   },
13   "source": {
14     "git": "https://github.com/backbeam/BackbeamFramework.git",
15     "tag": "1.0.3"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "ios": {
22     "frameworks": "Accounts",
23     "weak_frameworks": "Social",
24     "dependencies": {
25       "socket.IO": [
26         "~> 0.5.2"
27       ]
28     }
29   },
30   "source_files": "Backbeam",
31   "requires_arc": true,
32   "dependencies": {
33     "AFNetworking": [
34       "~> 2.4.1"
35     ]
36   }