[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / 8 / 7 / XExtensionItem / 0.2.0 / XExtensionItem.podspec.json
bloba6a220c1330df48e7bb528fdac71e38e5ee3595e
2   "name": "XExtensionItem",
3   "version": "0.2.0",
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.2.0"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Pod/Classes/*.{h,m}"
29     },
30     {
31       "name": "Tumblr",
32       "source_files": "Pod/Classes/Custom/Tumblr/*.{h,m}",
33       "dependencies": {
34         "XExtensionItem/Core": [
36         ]
37       }
38     }
39   ]