[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / e / 9 / CSFeedKit / 1.0.0 / CSFeedKit.podspec.json
blob0511a6c5f91dfb73b150cb97fefdde3331a26817
2   "name": "CSFeedKit",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "An RSS feed generator and parser for macOS. Swift and Objective-C compatible.",
6   "homepage": "https://github.com/thecatalinstan/CSFeedKit",
7   "authors": {
8     "Cătălin Stan": "catalin.stan@me.com"
9   },
10   "social_media_url": "http://twitter.com/catalinstan",
11   "source": {
12     "git": "https://github.com/thecatalinstan/CSFeedKit.git",
13     "tag": "1.0.0"
14   },
15   "module_name": "CSFeedKit",
16   "source_files": [
17     "CSFeedKit/Source/*.{h,m}",
18     "CSFeedKit/Headers/CSFeedKit/*.h"
19   ],
20   "public_header_files": "CSFeedKit/Headers/CSFeedKit/*.h",
21   "platforms": {
22     "osx": "10.9"
23   },
24   "osx": {
25     "frameworks": "Foundation"
26   },
27   "requires_arc": true