[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / f / 1 / a / Flow / 1.6.3 / Flow.podspec.json
blobba56afc09205dc4a68197108a719a34c0cb2a52c
2   "name": "Flow",
3   "version": "1.6.3",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/OliverLetterer/Flow.git",
10     "tag": "1.6.3"
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   ]