[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 1 / a / Flow / 1.6.2 / Flow.podspec.json
blobc39f2e311f1a7c48d1d5d8f03f39579c3dc0ed63
2   "name": "Flow",
3   "version": "1.6.2",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/OliverLetterer/Flow.git",
10     "tag": "1.6.2"
11   },
12   "frameworks": [
13     "Foundation",
14     "UIKit",
15     "AVFoundation"
16   ],
17   "requires_arc": true,
18   "homepage": "https://github.com/OliverLetterer/Flow",
19   "summary": "Tutorial framework for gesture driven UIs, Facebook Paper style.",
20   "authors": {
21     "Oliver Letterer": "oliver.letterer@gmail.com"
22   },
23   "social_media_url": "https://twitter.com/oletterer",
24   "resources": "Resources/*.png",
25   "private_header_files": "Flow/Private/*.h",
26   "source_files": [
27     "Flow/*.{h,m}",
28     "Flow/**/*.{h,m}"
29   ]