[Add] TapTapCoreSDK 4.5.1
[CocoaPods.git] / Specs / 8 / 4 / b / INSNibLoading / 1.0.0 / INSNibLoading.podspec.json
blobffec6ef71a3e3bf0cfc6ac50b9b14bd49d7e60d7
2   "name": "INSNibLoading",
3   "version": "1.0.0",
4   "summary": "A UIView/NSView category and a subclass for loading custom view from UINib (xib) files",
5   "homepage": "http://inspace.io",
6   "authors": {
7     "MichaƂ Zaborowski": "m1entus@gmail.com"
8   },
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/inspace-io/INSNibLoading.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "ios": {
19     "source_files": "INSNibLoading/iOS/*.{h,m}"
20   },
21   "osx": {
22     "source_files": "INSNibLoading/OSX/*.{h,m}"
23   },
24   "requires_arc": true