├── .gitignore ├── LICENSE ├── README.md └── subscriptions.opml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgnlax/Feeds-for-iOS-Developer/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgnlax/Feeds-for-iOS-Developer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgnlax/Feeds-for-iOS-Developer/HEAD/README.md -------------------------------------------------------------------------------- /subscriptions.opml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rgnlax/Feeds-for-iOS-Developer/HEAD/subscriptions.opml --------------------------------------------------------------------------------