[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / 4 / e / 3 / IOSTaskExecutor / 0.0.1 / IOSTaskExecutor.podspec.json
blob8935bf41f869a72ab9f17fd9376997b34a976f0e
2   "name": "IOSTaskExecutor",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "It is framework implemented to help manage your IOS app routing",
9   "homepage": "http://seductive-mobile.com",
10   "social_media_url": "https://www.facebook.com/malkevych",
11   "authors": {
12     "Malkevych Bohdan Ihorovych": "webslesar@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SeductiveMobile/IOSTaskExecutor.git",
16     "tag": "v0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "3.1",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/*.swift",
28       "frameworks": "UIKit"
29     }
30   ]