[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / f / b / AwesomeData / 0.5.7 / AwesomeData.podspec.json
blobf866f0a7cf845b5e6c74f2747795f563810de1a1
2   "name": "AwesomeData",
3   "version": "0.5.7",
4   "summary": "Handling Coredata has been made easy.",
5   "description": "Fetch data from URLs, parse JSON and save to Coredata easily.",
6   "homepage": "https://github.com/iOSWizards/AwesomeData",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evandro Harrison Hoffmann, Leonardo Kaminski Ferreira": "evandro@itsdayoff.com, leonardo@mindvalley.com"
13   },
14   "source": {
15     "git": "https://github.com/iOSWizards/AwesomeData.git",
16     "tag": "0.5.7"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "ios": {
24     "source_files": "AwesomeData/Classes/**/*.{swift}"
25   },
26   "watchos": {
27     "source_files": [
28       "AwesomeData/Classes/AwesomeData.swift",
29       "AwesomeData/Classes/Cache/*.swift",
30       "AwesomeData/Classes/CoreData/*.swift",
31       "AwesomeData/Classes/Fetcher/*.swift",
32       "AwesomeData/Classes/Parser/*.swift"
33     ]
34   },
35   "tvos": {
36     "source_files": "AwesomeData/Classes/**/*.{swift}"
37   },
38   "pushed_with_swift_version": "4.0"