[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 8 / 7 / Transit / 0.0.1 / Transit.podspec.json
blob64541133434cb66157ab5766523ea3cf73c937c4
2   "name": "Transit",
3   "version": "0.0.1",
4   "summary": "Library to Bridge between JavaScript and Objective-C on iOS, OSX.",
5   "homepage": "http://github.com/BeamApp/Transit",
6   "license": "new BSD",
7   "authors": {
8     "Heiko Behrens": "HeikoBehrens@gmx.de",
9     "Marcel Jackwerth": "marceljackwerth@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/BeamApp/Transit.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "source/objc/*.{h,m}",
19   "public_header_files": "source/objc/Transit.h",
20   "requires_arc": true,
21   "dependencies": {
22     "SBJson": [
23       "~> 3.2"
24     ]
25   }