[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 7 / b / 0 / CocoaEx / 0.1.0 / CocoaEx.podspec.json
blob273697e4b371e7cb7ddf3d2ddadb69c7f0bac07d
2   "name": "CocoaEx",
3   "swift_version": "4.2",
4   "version": "0.1.0",
5   "summary": "A simple package of code for extensions on cocoa framework.",
6   "description": "To save time on development, here are some simple extensions for you to speed up you coding time. Simply import in anywhere in you codes and just use it.",
7   "homepage": "https://github.com/nicholaslck/CocoaEx.git",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Nicholas Lau": "nicholaslck@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/nicholaslck/CocoaEx.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CocoaEx/Classes/**/*"