[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / b / IntentKit / 0.3.0 / IntentKit.podspec.json
blob9854abaf1f58c949ab54a6d2bcbb7ea21963ffd5
2   "name": "IntentKit",
3   "version": "0.3.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/intentkit/IntentKit",
10   "authors": {
11     "Mike Walker": "michael@lazerwalker.com"
12   },
13   "source": {
14     "git": "https://github.com/intentkit/IntentKit.git",
15     "tag": "0.3.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": [
22     "IntentKit",
23     "IntentKit/**/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "IntentKit": "IntentKit/**/*.{plist,png}"
27   }