[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 0 / UberKit / 0.1.0 / UberKit.podspec.json
blob3f5b640b3a00481cfa5105740797387e6930b77f
2   "name": "UberKit",
3   "version": "0.1.0",
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.1.0"
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   ]