[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 8 / 7 / Transit / 0.1.0 / Transit.podspec.json
blobcceeee8045010457e23c38bc34087d72ce68b3ff
2   "name": "Transit",
3   "version": "0.1.0",
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.1.0"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "osx": {
20     "frameworks": "WebKit"
21   },
22   "source_files": "source/objc/*.{h,m}",
23   "public_header_files": "source/objc/Transit.h",
24   "requires_arc": true,
25   "dependencies": {
26     "SBJson": [
27       "~> 3.2"
28     ]
29   }