[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 0 / 1 / MWOpenInKit / 0.1.0 / MWOpenInKit.podspec.json
blobec74c39447c45912921da35bdea0a0da6c0db3bf
2   "name": "MWOpenInKit",
3   "version": "0.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An easier way to handle third-party URL schemes in iOS apps.",
9   "homepage": "https://github.com/lazerwalker/MWOpenInKit",
10   "authors": {
11     "Mike Walker": "michael@lazerwalker.com"
12   },
13   "source": {
14     "git": "https://github.com/lazerwalker/MWOpenInKit.git",
15     "tag": "0.1.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": [
22     "MWOpenInKit",
23     "MWOpenInKit/**/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "MWOpenInKit": "MWOpenInKit/**/*.{plist,png}"
27   }