[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 0 / Omnia / 2.0 / Omnia.podspec.json
bloba4a6d5621b612154af179385d32e332fd6b152c8
2   "name": "Omnia",
3   "version": "2.0",
4   "summary": "Everything your project needs to know",
5   "homepage": "https://github.com/onmyway133/Omnia",
6   "license": "MIT",
7   "authors": {
8     "Khoa Pham": "onmyway133@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/onmyway133/Omnia.git",
12     "tag": "2.0"
13   },
14   "social_media_url": "https://twitter.com/onmyway133",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Pod/Classes/Core/*.swift",
24       "frameworks": "UIKit"
25     },
26     {
27       "name": "Extra",
28       "source_files": "Pod/Classes/Extra/*.swift",
29       "frameworks": [
30         "UIKit",
31         "CoreLocation",
32         "MessageUI",
33         "AVFoundation"
34       ]
35     }
36   ]