[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / e / c / MMPReactiveCoreLocation / 0.3.0 / MMPReactiveCoreLocation.podspec.json
blob915d0b1a028e778e874a13a0c1a2af40ad473e99
2   "name": "MMPReactiveCoreLocation",
3   "version": "0.3.0",
4   "summary": "A reactive CoreLocation wrapper for use with ReactiveCocoa",
5   "description": "                       MMPReactiveCoreLocation is a reactive library for using CoreLocation with ReactiveCocoa. \n\n                       Features:\n                       * Singleton instance managing CLLocationManager(s). \n                       * Easy to use signals for subscribing to location updates.\n                       * 3 common usage patterns: global location manager for app-wide location subscription; short-lived location managers for one-time location requests; subscribing to multiple custom location managers with different specifications.\n",
6   "homepage": "https://github.com/mpurbo/MMPReactiveCoreLocation",
7   "license": "MIT",
8   "authors": {
9     "Mamad Purbo": "m.purbo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mpurbo/MMPReactiveCoreLocation.git",
13     "tag": "0.3.0"
14   },
15   "social_media_url": "https://twitter.com/purubo",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source_files": "Classes",
20   "frameworks": "CoreLocation",
21   "dependencies": {
22     "ReactiveCocoa": [
23       "~> 2.3"
24     ]
25   },
26   "requires_arc": true