[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / d / 9 / M5ApplicationOpenURL / 1.0.0 / M5ApplicationOpenURL.podspec.json
blob94a5753c7c2b6f55e75dc8f0815d3fb41b654c0e
2   "name": "M5ApplicationOpenURL",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Respond to application open URL event on iOS *and* Mac *without owning/muddying the app delegate*. Easy. Decoupled.",
9   "homepage": "https://github.com/mhuusko5/M5ApplicationOpenURL",
10   "social_media_url": "https://twitter.com/mhuusko5",
11   "authors": {
12     "Mathew Huusko V": "mhuusko5@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mhuusko5/M5ApplicationOpenURL.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.8"
23   },
24   "frameworks": "Foundation",
25   "ios": {
26     "frameworks": "UIKit"
27   },
28   "osx": {
29     "frameworks": "Cocoa"
30   }