[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 8 / 4 / e / MAIKit / 70.0.4 / MAIKit.podspec.json
blob6fe4bbef66c2c9d02045d929b21d536c3760a43e
2   "name": "MAIKit",
3   "version": "70.0.4",
4   "summary": "A framework for sharing code between iOS and OS X",
5   "description": "                   MAIKit speeds up cross-platform development by defining protocols which\n                   contain the intersection of methods and properties of UIKit and AppKit\n                   classes. It also defines classes which implement these protocols, and\n                   can be used in both iOS and OS X code. These classes inherit from their\n                   UIKit and Appkit counterparts, and can be safely subclassed.\n",
6   "homepage": "https://github.com/MichaelBuckley/MAIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Buckley": "michael@buckleyisms.com"
13   },
14   "social_media_url": "http://twitter.com/thebuckley",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/MichaelBuckley/MAIKit.git",
21     "tag": "70.0.4"
22   },
23   "source_files": [
24     "MAIKit/MAIKit",
25     "MAIKit/MAIKit/*.{h,m}"
26   ],
27   "requires_arc": true