[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 4 / e / MAIKit / 70.0.5 / MAIKit.podspec.json
blobb79a1f65824cd2f4eee9c7a749692e4c6b8f5681
2   "name": "MAIKit",
3   "version": "70.0.5",
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.5"
22   },
23   "source_files": [
24     "MAIKit/MAIKit",
25     "MAIKit/MAIKit/*.{h,m}"
26   ],
27   "requires_arc": true