[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / a / Osmosis / 1.0.1 / Osmosis.podspec.json
blob5fb4abedaf1c25ac2d1ee7ff5cf753b584f946a9
2   "name": "Osmosis",
3   "version": "1.0.1",
4   "summary": "Osmosis - Web scraping for Swift",
5   "description": "Osmosis was built to make scraping websites using Swift easy. With Osmosis you can daisy\n                        chain commands to retrieve a websites data in a convenient manner and build apps around\n                        existing websites",
6   "homepage": "https://github.com/ChristianPraiss/Osmosis",
7   "license": "MIT",
8   "authors": {
9     "Christian Praiß": "christian_praiss@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/ChristianPraiss/Osmosis.git",
13     "tag": "1.0.1"
14   },
15   "social_media_url": "https://twitter.com/chrisspraiss",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Osmosis": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "Kanna": [
28       "~> 1.0.0"
29     ]
30   }