[Add] ikame_ios_sdk 1.0.417
[CocoaPods.git] / Specs / 7 / 0 / c / Uatu / 0.0.2 / Uatu.podspec.json
blob1b85b83ee98ce2a30cd91da448fdf41d0a6cfea0
2   "name": "Uatu",
3   "version": "0.0.2",
4   "summary": "Uatu: a low-friction Observable library.",
5   "description": "Uatu is a small library to add Observable functionality to your iOS project with (theoretically) no interference.\nIt is based on ideas from RxSwift and Observables.",
6   "homepage": "https://bitbucket.org/sirshannon/uatu/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "sirshannon",
12   "social_media_url": "http://twitter.com/_helpermonkey",
13   "platforms": {
14     "ios": "11"
15   },
16   "source": {
17     "git": "https://bitbucket.org/sirshannon/uatu",
18     "tag": "0.0.2"
19   },
20   "source_files": [
21     "Uatu",
22     "Uatu/**/*.{h,m,swift}"
23   ],
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4"
26   },
27   "swift_version": "4"