[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 2 / c / AnyObjectConvertible / 0.0.3 / AnyObjectConvertible.podspec.json
blob0d2862f4837eef83f21d8e26f75941598f0639f2
2   "name": "AnyObjectConvertible",
3   "version": "0.0.3",
4   "summary": "Convert your own struct/enum to AnyObject easily.",
5   "description": "Convert your own struct/enum to AnyObject easily.\nYou can cast your struct/enum directory if implement AnyObjectConvertible at that type.\n\n- extension YourOwnStruct: AnyObjectConvertible {}\n- NSNotificationCenter.defaultCenter().postNotificationName(\"foo\", object: YourOwnStruct()) // OK\n- let value = notification.object as? YourOwnStruct",
6   "homepage": "https://github.com/tarunon/AnyObjectConvertible",
7   "license": "MIT",
8   "authors": {
9     "tarunon": "croissant9603@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tarunon/AnyObjectConvertible.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "AnyObjectConvertible/*.swift"