[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 6 / 7 / 5 / MFDynamic / 1.2.0 / MFDynamic.podspec.json
bloba045d8d01be1fadd0f2f8d42c5b389eab463f054
2   "name": "MFDynamic",
3   "version": "1.2.0",
4   "summary": "MFDynamic eliminates stringly-typed User Defaults, NSCoding boilerplate and more.",
5   "homepage": "http://github.com/fortinmike/MFDynamic",
6   "license": "MIT",
7   "authors": {
8     "MichaeĢˆl Fortin": "fortinmike@irradiated.net"
9   },
10   "source": {
11     "git": "https://github.com/fortinmike/MFDynamic.git",
12     "tag": "1.2.0"
13   },
14   "social_media_url": "https://twitter.com/IrradiatedApps",
15   "platforms": {
16     "ios": "6.1",
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "source_files": "MFDynamic/Source",
21   "prefix_header_file": "MFDynamic/Source/MFDynamic-Prefix.pch",
22   "public_header_files": "MFDynamic/Source/**/*.h",
23   "dependencies": {
24     "MAObjCRuntime": [
25       "~> 0.0.1"
26     ]
27   }