[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 8 / 7 / XExtensionItem / 0.9.3 / XExtensionItem.podspec.json
blobb8679841304c8eac3c399d1f5b73bd24367141d9
2   "name": "XExtensionItem",
3   "version": "0.9.3",
4   "summary": "Easier sharing between iOS applications and share extensions.",
5   "authors": {
6     "Bryan Irace": "bryan@irace.me"
7   },
8   "homepage": "https://github.com/tumblr/XExtensionItem",
9   "license": {
10     "type": "Apache 2.0",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/tumblr/XExtensionItem.git",
19     "tag": "0.9.3"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "XExtensionItem/*.{h,m}",
29       "public_header_files": "XExtensionItem/*.h"
30     },
31     {
32       "name": "Tumblr",
33       "source_files": "XExtensionItem/Custom/Tumblr/*.{h,m}",
34       "public_header_files": "XExtensionItem/Custom/Tumblr/*.h",
35       "dependencies": {
36         "XExtensionItem/Core": [
38         ]
39       }
40     }
41   ]