[Add] RepairClubSDK 1.2.09
[CocoaPods.git] / Specs / e / f / 0 / UberKit / 0.2 / UberKit.podspec.json
blob9a089d8db107a6d6e837d19a30b2a6f311ba20d5
2   "name": "UberKit",
3   "version": "0.2",
4   "summary": "A simple, easy-to-use Objective C wrapper for the Uber API.",
5   "homepage": "https://github.com/sachinkesiraju/UberKit",
6   "license": {
7     "type": "MIT",
8     "text": "Copyright 2014 Sachin Kesiraju"
9   },
10   "authors": {
11     "Sachin Kesiraju": "me@sachinkesiraju.com"
12   },
13   "source": {
14     "git": "https://github.com/sachinkesiraju/UberKit.git",
15     "tag": "0.2"
16   },
17   "social_media_url": "https://twitter.com/sachinkesiraju",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "UberKit",
24     "UberKit/**/*.{h,m}"
25   ]