[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / a / 3 / Extra / 0.6.1 / Extra.podspec.json
blob26da91616f91e44b5d05fa8e1aee3567e0ebfb3b
2   "name": "Extra",
3   "version": "0.6.1",
4   "summary": "Swift 3 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": "0.6.1"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0"
20   },
21   "ios": {
22     "frameworks": [
23       "UIKit",
24       "QuartzCore",
25       "Foundation"
26     ]
27   },
28   "default_subspecs": [
29     "UIKit",
30     "Foundation"
31   ],
32   "pushed_with_swift_version": "3.0",
33   "subspecs": [
34     {
35       "name": "UIKit",
36       "source_files": [
37         "Extra/Classes/Extra/**/*.{swift}",
38         "Extra/Classes/UIKit/**/*.{swift}"
39       ]
40     },
41     {
42       "name": "Foundation",
43       "source_files": [
44         "Extra/Classes/Extra/**/*.{swift}",
45         "Extra/Classes/Foundation/**/*.{swift}"
46       ]
47     },
48     {
49       "name": "Realm",
50       "source_files": [
51         "Extra/Classes/Extra/**/*.{swift}",
52         "Extra/Classes/Realm/**/*.{swift}"
53       ],
54       "dependencies": {
55         "RealmSwift": [
56           "~> 2.8"
57         ]
58       }
59     }
60   ]