[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / a / OMChainKit / 1.0.3 / OMChainKit.podspec.json
blobdb79775963e750496c356c16c2031302e59d7e4a
2   "name": "OMChainKit",
3   "version": "1.0.3",
4   "summary": "A complete API wrapper for Omnicha.in",
5   "description": "Creating applications for Omnicoin couldn't be made simpler with this library.This library allows full access to the Omnicha.in API using delegates that make interactionswith the site very simple and easy to use.",
6   "homepage": "http://www.github.com/ZaneH/OMChainKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zane Helton": "zane99@me.com"
13   },
14   "social_media_url": "http://twitter.com/ZaneHelton",
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source": {
20     "git": "https://github.com/ZaneH/OMChainKit.git",
21     "tag": "1.0.3"
22   },
23   "source_files": "OMChainKit/OMChainKit/Source/OMChainWallet.h",
24   "public_header_files": "OMChainKit/OMChainKit/Source/*.h",
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "OMChainKit/OMChainKit/Source/*.{h,m}"
31     }
32   ]