[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 5 / 0 / c / Bit2Common / 0.1.0 / Bit2Common.podspec.json
bloba85906297cddd3e27be5d70de48546ac25aec225
2   "name": "Bit2Common",
3   "version": "0.1.0",
4   "authors": {
5     "Igor Camilo": "igor.rcamilo@gmail.com"
6   },
7   "social_media_url": "https://twitter.com/bit2technology",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "homepage": "https://github.com/bit2technology/bit2common-apple",
13   "source": {
14     "git": "https://github.com/bit2technology/bit2common-apple.git",
15     "tag": "0.1.0"
16   },
17   "summary": "A collection of common code used through Bit2 Technology projects.",
18   "platforms": {
19     "ios": "9.0",
20     "watchos": "2.0",
21     "tvos": "9.0",
22     "osx": "10.11"
23   },
24   "frameworks": "Foundation",
25   "source_files": "Sources/Bit2Common.h",
26   "public_header_files": "Sources/Bit2Common.h",
27   "subspecs": [
28     {
29       "name": "AdvancedOperation",
30       "source_files": "Sources/AdvancedOperation/"
31     },
32     {
33       "name": "CoreDataContainer",
34       "frameworks": "CoreData",
35       "source_files": "Sources/CoreDataContainer/"
36     },
37     {
38       "name": "CoreDataOperation",
39       "dependencies": {
40         "Bit2Common/AdvancedOperation": [
42         ],
43         "Bit2Common/CoreDataContainer": [
45         ]
46       },
47       "source_files": "Sources/CoreDataOperation/"
48     },
49     {
50       "name": "URLSessionDataTaskOperation",
51       "dependencies": {
52         "Bit2Common/AdvancedOperation": [
54         ]
55       },
56       "source_files": "Sources/URLSessionDataTaskOperation/"
57     }
58   ]