[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 5 / 0 / c / Backbeam / 0.10.14 / Backbeam.podspec.json
blob9f238864117fd0e810b3ad97badf3baa8494e532
2   "name": "Backbeam",
3   "version": "0.10.14",
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": "0.10.14"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "ios": {
22     "frameworks": "Accounts",
23     "weak_frameworks": "Social",
24     "dependencies": {
25       "socket.IO": [
26         "~> 0.4.0"
27       ]
28     }
29   },
30   "source_files": "Backbeam",
31   "resources": "Backbeam/*.xib",
32   "requires_arc": true,
33   "dependencies": {
34     "AFNetworking": [
35       "~> 1.3.2"
36     ]
37   }