[Add] LastFM.swift 1.5.1
[CocoaPods.git] / Specs / f / 1 / 0 / GCDAppCommon / 0.0.3 / GCDAppCommon.podspec.json
bloba744eb0b381fba2d0b6f1f69706036de2c26d748
2   "name": "GCDAppCommon",
3   "version": "0.0.3",
4   "summary": "iOS AppCommon for GCD.",
5   "homepage": "http://192.168.40.57/GDC_iOS/GCDAppCommon/wikis/home",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "clx": "chenlx@cncn.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "git@192.168.40.57:GDC_iOS/GCDAppCommon.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "GCDAppCommon/Classes/**/*.{h,m}",
23     "GCDAppCommon/Classes/**/**/*.{h,m}",
24     "GCDAppCommon/Classes/*.{h,m}"
25   ],
26   "public_header_files": [
27     "GCDAppCommon/Classes/**/*.h",
28     "GCDAppCommon/Classes/**/**/*.h",
29     "GCDAppCommon/Classes/*.h"
30   ]