[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 3 / Extra / 1.2.2 / Extra.podspec.json
blob9ca2b2367b4b746a771a7e53e87b18392a5678bd
2   "name": "Extra",
3   "version": "1.2.2",
4   "summary": "Swift library with usefull and lightfull extensions for your Cocoa Touch projects.",
5   "homepage": "https://github.com/smartnsoft/Extra",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Smart&Soft": "contact@smartnsoft.com"
12   },
13   "source": {
14     "git": "https://github.com/smartnsoft/Extra.git",
15     "tag": "1.2.2"
16   },
17   "swift_versions": "4.2",
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "Foundation",
26       "QuartzCore"
27     ]
28   },
29   "default_subspecs": [
30     "UIKit",
31     "Foundation",
32     "CoreAnimation"
33   ],
34   "subspecs": [
35     {
36       "name": "UIKit",
37       "source_files": [
38         "Extra/Classes/Extra/**/*.{swift}",
39         "Extra/Classes/UIKit/**/*.{swift}"
40       ]
41     },
42     {
43       "name": "Foundation",
44       "source_files": [
45         "Extra/Classes/Extra/**/*.{swift}",
46         "Extra/Classes/Foundation/**/*.{swift}"
47       ]
48     },
49     {
50       "name": "CoreAnimation",
51       "source_files": [
52         "Extra/Classes/Extra/**/*.{swift}",
53         "Extra/Classes/CoreAnimation/**/*.{swift}"
54       ]
55     },
56     {
57       "name": "Realm",
58       "source_files": [
59         "Extra/Classes/Extra/**/*.{swift}",
60         "Extra/Classes/Realm/**/*.{swift}"
61       ],
62       "dependencies": {
63         "RealmSwift": [
64           "~> 3.10"
65         ]
66       }
67     }
68   ],
69   "swift_version": "4.2"