[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / e / a / VinceRP / 0.2.4 / VinceRP.podspec.json
blob4394d9a4cb8d914808c102270eb16b2ea736f249
2   "name": "VinceRP",
3   "version": "0.2.4",
4   "summary": "Easy to use, easy to extend reactive framework for Swift.",
5   "description": "Easy to use, easy to extend reactive framework for Swift. If you are bored of doing MVC over and over give VinceRP a try.",
6   "homepage": "https://github.com/bvic23/VinceRP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bvic23": "bvic23@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/bvic23",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/bvic23/VinceRP.git",
21     "tag": "0.2.4"
22   },
23   "source_files": [
24     "VinceRP/Common/**/*.{swift,h,m}",
25     "VinceRP/Extension/Common/**/*.{swift}"
26   ],
27   "ios": {
28     "source_files": [
29       "VinceRP/Extension/UIKit/*.{swift}",
30       "10.10"
31     ]
32   },
33   "osx": {
34     "source_files": "VinceRP/Extension/AppKit/*.{swift}"
35   }